Skip to content

Commit 8b6df15

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
from mypy.type_visitor import ANY_STRATEGY, BoolTypeQuery
4747
from mypy.typeanal import collect_all_inner_types
4848
from mypy.types import (
49+
OVERLOAD_NAMES,
4950
AnyType,
5051
CallableType,
5152
FunctionLike,
5253
Instance,
53-
OVERLOAD_NAMES,
5454
TupleType,
5555
Type,
5656
TypeOfAny,

0 commit comments

Comments
 (0)