diff options
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() |