Skip to content

Commit 8c2e4c4

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 1db2a9a commit 8c2e4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dict_relationship_recursion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Test for Dict relationship recursion bug fix."""
2+
23
from typing import Dict
34

4-
import pytest
55
from sqlalchemy.orm.collections import attribute_mapped_collection
66
from sqlmodel import Field, Relationship, SQLModel
77

0 commit comments

Comments
 (0)