Skip to content

Commit a446504

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aa10d07 commit a446504

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pylint/testutils/output_line.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from pylint.constants import PY38_PLUS
1313
from pylint.interfaces import UNDEFINED, Confidence
1414
from pylint.message.message import Message
15-
from pylint.testutils.constants import UPDATE_OPTION
1615

1716
_T = TypeVar("_T")
1817

tests/testutils/test_output_line.py

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def test_output_line_to_csv(confidence: Confidence, message: _MessageCallable) -
133133
confidence.name,
134134
)
135135

136+
136137
def test_output_line_from_csv() -> None:
137138
"""Test that the OutputLine NamedTuple is instantiated correctly with from_csv.
138139
Test OutputLine of length 8.

0 commit comments

Comments
 (0)