Skip to content

Commit

Permalink
Re-format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Feb 25, 2024
1 parent 8cbffb7 commit 9d2a5ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_unicorn/typer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

def _check_pydantic(cls) -> bool:
return issubclass(cls, BaseModel)

except ImportError:

def _check_pydantic(cls) -> bool: # noqa: ARG001
Expand Down

0 comments on commit 9d2a5ea

Please sign in to comment.