Skip to content

Commit e5268b6

Browse files
committed
fix import order
1 parent 2279619 commit e5268b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comtypes/tools/typeannotator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import abc
2+
import io
23
import keyword
34
from typing import (
45
Any,
@@ -13,7 +14,6 @@
1314
TYPE_CHECKING,
1415
TypeVar,
1516
)
16-
import io
1717

1818
from comtypes.tools import typedesc
1919

0 commit comments

Comments
 (0)