Skip to content

Commit 7d676be

Browse files
authored
Revert import reordering
1 parent 666c163 commit 7d676be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/stubsabot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@
2525
from typing import Annotated, Any, ClassVar, Literal, NamedTuple, TypedDict, TypeVar, cast
2626
from typing_extensions import Self, TypeAlias
2727

28-
import tomlkit
29-
3028
if sys.version_info >= (3, 11):
3129
import tomllib
3230
else:
3331
import tomli as tomllib
3432

3533
import aiohttp
3634
import packaging.version
35+
import tomlkit
3736
from packaging.specifiers import Specifier
3837
from termcolor import colored
3938

0 commit comments

Comments
 (0)