Skip to content

Commit d8fb5a5

Browse files
committed
Reorder imports
1 parent ea09f99 commit d8fb5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shelloracle/shelloracle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import sys
66
from pathlib import Path
77

8-
from yaspin import yaspin
98
from prompt_toolkit import PromptSession
109
from prompt_toolkit.application import create_app_session_from_tty
1110
from prompt_toolkit.history import FileHistory
1211
from prompt_toolkit.patch_stdout import patch_stdout
12+
from yaspin import yaspin
1313

1414
from .config import get_config
1515
from .providers import get_provider

0 commit comments

Comments
 (0)