Skip to content

Commit f6c53f8

Browse files
fix: alphabetize imports within from-import block to satisfy ruff I001
1 parent 03215e5 commit f6c53f8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/test_dialects.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
import pytest
33
from json2sql.dialects import (
44
Dialect,
5-
sql_type_for,
6-
quote_identifier,
7-
format_value,
85
create_table_sql,
6+
format_value,
97
insert_sql,
8+
quote_identifier,
9+
sql_type_for,
1010
)
1111

12-
1312
# --- Dialect enum ---
1413

1514
class TestDialectEnum:

0 commit comments

Comments
 (0)