Skip to content

Commit 75576dc

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

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
@@ -8,7 +8,7 @@
88

99
import json
1010
import sys
11-
from typing import TYPE_CHECKING, Any, Optional
11+
from typing import TYPE_CHECKING, Optional
1212

1313
from pylint.interfaces import UNDEFINED
1414
from pylint.message import Message

0 commit comments

Comments
 (0)