Skip to content

Commit a2caece

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/test/testtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
from mypy.test.typefixture import InterfaceTypeFixture, TypeFixture
3434
from mypy.typeops import false_only, make_simplified_union, true_only
3535
from mypy.types import (
36+
LITERAL_TYPE,
3637
AnyType,
3738
CallableType,
3839
Instance,
39-
LITERAL_TYPE,
4040
LiteralType,
4141
NoneType,
4242
Overloaded,

0 commit comments

Comments
 (0)