Skip to content

Commit c20afe5

Browse files
fix: reorder imports to satisfy ruff isort (json2sql before pytest)
1 parent 5083412 commit c20afe5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_dialects.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""Standalone tests for json2sql dialects module."""
2-
import pytest
3-
42
from json2sql.dialects import (
53
Dialect,
64
sql_type_for,
@@ -9,6 +7,7 @@
97
create_table_sql,
108
insert_sql,
119
)
10+
import pytest
1211

1312

1413
# --- Dialect enum ---

0 commit comments

Comments
 (0)