Skip to content

Commit 66bd9cf

Browse files
committed
fix linting error
1 parent eab1a34 commit 66bd9cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

django_typer/management/commands/shellcompletion.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@
4848
from django.utils.translation import gettext
4949
from django.utils.translation import gettext_lazy as _
5050
from shellingham import ShellDetectionFailure, detect_shell
51-
from typer import Argument, Option, echo
51+
from typer import Argument, Option
52+
from typer import echo
5253
from typer.completion import Shells # type: ignore
53-
from typer.completion import completion_init
54+
from typer.completion import completion_init # type: ignore
5455

5556
from django_typer import TyperCommand, command, get_command
5657
from django_typer.utils import get_usage_script

0 commit comments

Comments
 (0)