Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Jun 24, 2023
1 parent 2279619 commit e5268b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comtypes/tools/typeannotator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import abc
import io
import keyword
from typing import (
Any,
Expand All @@ -13,7 +14,6 @@
TYPE_CHECKING,
TypeVar,
)
import io

from comtypes.tools import typedesc

Expand Down

0 comments on commit e5268b6

Please sign in to comment.