Skip to content

Commit 8824688

Browse files
type annotations for mypy
1 parent 106d496 commit 8824688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatalab/src/pydatalab/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ITEM_MODELS",
2727
)
2828

29-
MODELS_WITH_CIRCULAR_REFS = [
29+
MODELS_WITH_CIRCULAR_REFS: list[type[BaseModel]] = [
3030
*ITEM_MODELS.values(),
3131
Collection,
3232
]

0 commit comments

Comments
 (0)