Skip to content

Commit 5083412

Browse files
fix: add blank line between third-party and local imports to fix ruff CI
1 parent 6f3371c commit 5083412

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_dialects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Standalone tests for json2sql dialects module."""
22
import pytest
3+
34
from json2sql.dialects import (
45
Dialect,
56
sql_type_for,

0 commit comments

Comments
 (0)