Skip to content

Commit 41603a0

Browse files
style: Ruff formatting
1 parent 9513e83 commit 41603a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/thread/utils/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from typing import Any, Literal, Union, Callable
2-
1+
from typing import Any, Callable, Literal, Union
32

43
_Verbosity_Num = Literal[0, 1, 2]
54
_Verbosity_Enum = Literal['quiet', 'normal', 'verbose']

0 commit comments

Comments
 (0)