Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Dec 26, 2023
1 parent 9a430bd commit b78be36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions django_typer/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ def print_version(context, _, value):
command when --version is specified.
"""
if value:
context.django_command.stdout.write(
context.django_command.get_version()
)
context.django_command.stdout.write(context.django_command.get_version())
sys.exit()


Expand Down

0 comments on commit b78be36

Please sign in to comment.