We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4d5f7 commit 293fabaCopy full SHA for 293faba
pybricksdev/cli/__init__.py
@@ -14,7 +14,7 @@
14
from enum import IntEnum
15
from os import PathLike, path
16
from tempfile import NamedTemporaryFile
17
-from typing import ContextManager, TextIO, Awaitable
+from typing import Awaitable, ContextManager, TextIO
18
19
import argcomplete
20
import questionary
0 commit comments