Skip to content

Commit

Permalink
Fix commands ..
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Jun 25, 2023
1 parent 0b6b526 commit 685f5d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions check.py

This file was deleted.

2 changes: 1 addition & 1 deletion toad/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def common(
typer.Option("--version", callback=version_callback, is_eager=True),
] = None,
):
raise typer.Exit()
pass


if __name__ == "__main__":
Expand Down

0 comments on commit 685f5d5

Please sign in to comment.