Skip to content

Commit 8f6c3c2

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mypy/test/test_scope_behavior.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
from mypy.nodes import FuncDef, SymbolTable, TypeInfo
12
from mypy.scope import Scope
2-
from mypy.nodes import FuncDef, TypeInfo, SymbolTable
3+
34

45
def test_scope_module_and_function_behavior() -> None:
56
scope = Scope()

0 commit comments

Comments
 (0)