Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 23, 2023
1 parent d4e78f0 commit 670df4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pylint/testutils/output_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from pylint.constants import PY38_PLUS
from pylint.interfaces import UNDEFINED, Confidence
from pylint.message.message import Message
from pylint.testutils.constants import UPDATE_OPTION

_T = TypeVar("_T")

Expand Down
1 change: 1 addition & 0 deletions tests/testutils/test_output_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def test_output_line_to_csv(confidence: Confidence, message: _MessageCallable) -
confidence.name,
)


def test_output_line_from_csv() -> None:
"""Test that the OutputLine NamedTuple is instantiated correctly with from_csv.
Test OutputLine of length 8.
Expand Down

0 comments on commit 670df4b

Please sign in to comment.