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 ea09f99 commit d8fb5a5Copy full SHA for d8fb5a5
src/shelloracle/shelloracle.py
@@ -5,11 +5,11 @@
5
import sys
6
from pathlib import Path
7
8
-from yaspin import yaspin
9
from prompt_toolkit import PromptSession
10
from prompt_toolkit.application import create_app_session_from_tty
11
from prompt_toolkit.history import FileHistory
12
from prompt_toolkit.patch_stdout import patch_stdout
+from yaspin import yaspin
13
14
from .config import get_config
15
from .providers import get_provider
0 commit comments