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 eab1a34 commit 66bd9cfCopy full SHA for 66bd9cf
django_typer/management/commands/shellcompletion.py
@@ -48,9 +48,10 @@
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, echo
+from typer import Argument, Option
52
+from typer import echo
53
from typer.completion import Shells # type: ignore
-from typer.completion import completion_init
54
+from typer.completion import completion_init # type: ignore
55
56
from django_typer import TyperCommand, command, get_command
57
from django_typer.utils import get_usage_script
0 commit comments