Skip to content

Commit 55bb171

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/typeanal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
check_arg_kinds,
5050
check_arg_names,
5151
)
52-
from mypy.options import INLINE_TYPEDDICT, TYPE_FORM, Options
52+
from mypy.options import INLINE_TYPEDDICT, Options
5353
from mypy.plugin import AnalyzeTypeContext, Plugin, TypeAnalyzerPluginInterface
5454
from mypy.semanal_shared import (
5555
SemanticAnalyzerCoreInterface,

0 commit comments

Comments
 (0)