Skip to content

Commit c4b0afb

Browse files
Remove sentinel
1 parent 6c5fc30 commit c4b0afb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pylint/lint/run.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ def _cpu_count() -> int:
9797
return cpu_count
9898

9999

100-
UNUSED_PARAM_SENTINEL = object()
101-
102-
103100
class Run:
104101
"""Helper class to use as main for pylint with 'run(*sys.argv[1:])'."""
105102

0 commit comments

Comments
 (0)