Skip to content

Commit 7702955

Browse files
[testutil] Remove unused variable from find_functional_tests
1 parent 178c7c6 commit 7702955

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pylint/testutils/functional/find_functional_tests.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
from pylint.testutils.functional.test_file import FunctionalTestFile
1212

1313
REASONABLY_DISPLAYABLE_VERTICALLY = 49
14-
"""'Wet finger' number of files that are reasonable to display by an IDE."""
15-
SHOULD_BE_IN_THE_SAME_DIRECTORY = 5
16-
"""'Wet finger' as in 'in my settings there are precisely this many'."""
14+
"""'Wet finger' number of files that are reasonable to display by an IDE.
15+
16+
'Wet finger' as in 'in my settings there are precisely this many'.
17+
"""
1718

1819
IGNORED_PARENT_DIRS = {
1920
"deprecated_relative_import",

0 commit comments

Comments
 (0)