Skip to content

Commit

Permalink
remove errant import
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jan 12, 2024
1 parent 9f70a46 commit bae73ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django_typer/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ def check_traceback_config(app_configs, **kwargs):
return warnings


from django import conf


class DjangoTyperConfig(AppConfig):
name = "django_typer"
label = name.replace(".", "_")
Expand Down

0 comments on commit bae73ae

Please sign in to comment.