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 932d86c commit 79717e0Copy full SHA for 79717e0
django_typer/management/commands/shellcompletion.py
@@ -48,8 +48,7 @@
48
from django.utils.translation import gettext
49
from django.utils.translation import gettext_lazy as _
50
from shellingham import ShellDetectionFailure, detect_shell
51
-from typer import Argument, Option
52
-from typer import echo
+from typer import Argument, Option, echo
53
from typer.completion import Shells # type: ignore
54
from typer.completion import completion_init # type: ignore
55
0 commit comments