Skip to content

Commit 79717e0

Browse files
committed
fix linting issue
1 parent 932d86c commit 79717e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_typer/management/commands/shellcompletion.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
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
52-
from typer import echo
51+
from typer import Argument, Option, echo
5352
from typer.completion import Shells # type: ignore
5453
from typer.completion import completion_init # type: ignore
5554

0 commit comments

Comments
 (0)