Skip to content

Commit 7c1919e

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent bf364f8 commit 7c1919e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def get_relationship_to(
178178
# If a list, then also get the real field
179179
elif origin is list:
180180
use_annotation = get_args(annotation)[0]
181-
181+
182182
elif origin is Annotated:
183183
use_annotation = get_args(annotation)[0]
184184

0 commit comments

Comments
 (0)