Skip to content

Commit 03215e5

Browse files
fix: restore import order matching test_converter.py pattern
1 parent c20afe5 commit 03215e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_dialects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Standalone tests for json2sql dialects module."""
2+
import pytest
23
from json2sql.dialects import (
34
Dialect,
45
sql_type_for,
@@ -7,7 +8,6 @@
78
create_table_sql,
89
insert_sql,
910
)
10-
import pytest
1111

1212

1313
# --- Dialect enum ---

0 commit comments

Comments
 (0)