Skip to content

Commit 9e1c6fc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/reporters/json_reporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import json
1010
from typing import TYPE_CHECKING, Any, Optional
1111

12-
from pylint.interfaces import UNDEFINED, Confidence
12+
from pylint.interfaces import UNDEFINED
1313
from pylint.message import Message
1414
from pylint.reporters.base_reporter import BaseReporter
1515
from pylint.typing import MessageLocationTuple

0 commit comments

Comments
 (0)