Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kost0ne committed Jan 2, 2024
1 parent a8fb78f commit cb374f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions demo/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,3 @@ def validate_features(
_prepare_synchronizer_factory(settings_generator=_get_overhave_settings_generator(language=language))
with _mock_git_repo():
_create_validator().validate(raise_if_nullable_id)


if __name__ == "__main__":
overhave_demo()
4 changes: 0 additions & 4 deletions overhave/cli/db_cmds/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ def drop_all(ctx: typer.Context) -> None:
"""Drop all metadata tables, attributes, schema."""
typer.confirm("Does it really need?", abort=True)
drop_schema(config=ctx.obj)


if __name__ == "__main__":
db_app()

0 comments on commit cb374f0

Please sign in to comment.