diff options
author | toonn <toonn@toonn.io> | 2022-02-05 16:41:02 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2022-02-05 16:41:02 +0100 |
commit | 035eecbcfb0f1812d695a53b0929b3c6500f83ed (patch) | |
tree | 77a612653a140ba9c1be2338e8f72b70ad5cd7f1 /tests | |
parent | 6c21d145298da1e5a05bb220d1a3c1973ebefac3 (diff) | |
parent | 8372a7602d93eb7fc3d18c8ac071ea9cd6349501 (diff) | |
download | ranger-035eecbcfb0f1812d695a53b0929b3c6500f83ed.tar.gz |
Merge branch 'pylint'
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/manpage_completion_test.py | 1 |
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() |