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 50164af commit c8ac811Copy full SHA for c8ac811
docs/examples/usage/usage_cli_1.py
@@ -1,6 +1,6 @@
1
from sqlspec.adapters.asyncpg import AsyncpgConfig
2
3
-__all__ = ("test_single_and_multiple_configs", )
+__all__ = ("test_single_and_multiple_configs",)
4
5
6
def test_single_and_multiple_configs() -> None:
docs/examples/usage/usage_cli_2.py
@@ -1,7 +1,7 @@
from sqlspec.adapters.asyncmy import AsyncmyConfig
-__all__ = ("test_multi_config", )
+__all__ = ("test_multi_config",)
7
def test_multi_config() -> None:
0 commit comments