about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2022-02-05 16:41:02 +0100
committertoonn <toonn@toonn.io>2022-02-05 16:41:02 +0100
commit035eecbcfb0f1812d695a53b0929b3c6500f83ed (patch)
tree77a612653a140ba9c1be2338e8f72b70ad5cd7f1 /tests
parent6c21d145298da1e5a05bb220d1a3c1973ebefac3 (diff)
parent8372a7602d93eb7fc3d18c8ac071ea9cd6349501 (diff)
downloadranger-035eecbcfb0f1812d695a53b0929b3c6500f83ed.tar.gz
Merge branch 'pylint'
Diffstat (limited to 'tests')
-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()