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 9513e83 commit 41603a0Copy full SHA for 41603a0
src/thread/utils/config.py
@@ -1,5 +1,4 @@
1
-from typing import Any, Literal, Union, Callable
2
-
+from typing import Any, Callable, Literal, Union
3
4
_Verbosity_Num = Literal[0, 1, 2]
5
_Verbosity_Enum = Literal['quiet', 'normal', 'verbose']
0 commit comments