Skip to content

Commit c8ac811

Browse files
euri10cofin
authored andcommitted
lint
1 parent 50164af commit c8ac811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/usage/usage_cli_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from sqlspec.adapters.asyncpg import AsyncpgConfig
22

3-
__all__ = ("test_single_and_multiple_configs", )
3+
__all__ = ("test_single_and_multiple_configs",)
44

55

66
def test_single_and_multiple_configs() -> None:

docs/examples/usage/usage_cli_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from sqlspec.adapters.asyncmy import AsyncmyConfig
22
from sqlspec.adapters.asyncpg import AsyncpgConfig
33

4-
__all__ = ("test_multi_config", )
4+
__all__ = ("test_multi_config",)
55

66

77
def test_multi_config() -> None:

0 commit comments

Comments
 (0)