Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
Kost0ne committed Dec 27, 2023
1 parent 8a02d51 commit 1d0ef6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ def validate_features(


if __name__ == "__main__":
overhave_demo()
overhave_demo()
2 changes: 1 addition & 1 deletion overhave/cli/db_cmds/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def drop_all(ctx: typer.Context) -> None:


if __name__ == "__main__":
db_app()
db_app()

0 comments on commit 1d0ef6f

Please sign in to comment.