Skip to content

Commit 3f1588c

Browse files
Remove a constant that was never used anywhere
1 parent e88c145 commit 3f1588c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pylint/testutils/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
import operator
55
import re
66
import sys
7-
from os.path import abspath, dirname
87
from pathlib import Path
98

109
SYS_VERS_STR = (
1110
"%d%d%d" % sys.version_info[:3] # pylint: disable=consider-using-f-string
1211
)
1312
TITLE_UNDERLINES = ["", "=", "-", "."]
14-
PREFIX = abspath(dirname(__file__))
1513
UPDATE_OPTION = "--update-functional-output"
1614
UPDATE_FILE = Path("pylint-functional-test-update")
1715
# Common sub-expressions.

0 commit comments

Comments
 (0)