Skip to content

Commit 26f983a

Browse files
committed
style: ruff-format sqlite ADBC smoke test
1 parent 1072122 commit 26f983a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_sql/test_adbc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ def test_adbc_sqlite_driver_catalog_interface() -> None:
551551
# Explicitly use a fresh in-memory database per test run.
552552
conn: Any = adbc_sqlite_dbapi.connect(":memory:")
553553
try:
554+
554555
def get_table(
555556
*,
556557
databases: list[Any],

0 commit comments

Comments
 (0)