Skip to content

Commit 293faba

Browse files
committed
fix import order
1 parent 2c4d5f7 commit 293faba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybricksdev/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from enum import IntEnum
1515
from os import PathLike, path
1616
from tempfile import NamedTemporaryFile
17-
from typing import ContextManager, TextIO, Awaitable
17+
from typing import Awaitable, ContextManager, TextIO
1818

1919
import argcomplete
2020
import questionary

0 commit comments

Comments
 (0)