about summary refs log tree commit diff stats
path: root/examples/plugin_ipc.py
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2022-02-05 16:11:35 +0100
committertoonn <toonn@toonn.io>2022-02-05 16:11:35 +0100
commit8110d6990ae12e4e55d2ceaefabdb63b39238b6c (patch)
tree984ded3193e3d729eb57e2a935d91bcd731eb692 /examples/plugin_ipc.py
parent8b462b245399af66bb2b7dd31ed360548804416b (diff)
downloadranger-8110d6990ae12e4e55d2ceaefabdb63b39238b6c.tar.gz
plugin_ipc: Drop disappeared Pylint options
Diffstat (limited to 'examples/plugin_ipc.py')
-rw-r--r--examples/plugin_ipc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/plugin_ipc.py b/examples/plugin_ipc.py
index 0e7de3bb..da6a19b0 100644
--- a/examples/plugin_ipc.py
+++ b/examples/plugin_ipc.py
@@ -32,7 +32,6 @@ def hook_init(fm):
             while True:
                 # The IPC encoding depends on the system locale so we can't
                 # guess here.
-                # pylint: disable=unspecified-encoding
                 with open(filepath, 'r') as fifo:
                     line = fifo.read()
                     fm.execute_console(line.strip())