about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2022-02-05 16:12:02 +0100
committertoonn <toonn@toonn.io>2022-02-05 16:12:02 +0100
commitabcdb9b6d76cf56be55c037d90b1c299468d006a (patch)
treeb4badf941fd3e0be30ce0cedc24fe69670e89af2
parent8110d6990ae12e4e55d2ceaefabdb63b39238b6c (diff)
downloadranger-abcdb9b6d76cf56be55c037d90b1c299468d006a.tar.gz
manpage_completion_test: Drop disappeared Pylint options
-rwxr-xr-xtests/manpage_completion_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manpage_completion_test.py b/tests/manpage_completion_test.py
index 1a01f944..3b067b46 100755
--- a/tests/manpage_completion_test.py
+++ b/tests/manpage_completion_test.py
@@ -26,7 +26,6 @@ def get_path_of_man_page():
 
 def read_manpage():
     path = get_path_of_man_page()
-    # pylint: disable=unspecified-encoding
     with open(path, 'r') as man_page:
         return man_page.read()