We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf545d commit 5628f08Copy full SHA for 5628f08
sqlspec/__main__.py
@@ -1,6 +1,6 @@
1
from sqlspec.cli import add_migration_commands as build_cli_interface
2
3
-__all__ = ("run_cli", )
+__all__ = ("run_cli",)
4
5
6
def run_cli() -> None: # pragma: no cover
0 commit comments