We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6c191 commit b060816Copy full SHA for b060816
pydatalab/src/pydatalab/models/__init__.py
@@ -26,7 +26,7 @@
26
"ITEM_MODELS",
27
)
28
29
-MODELS_WITH_CIRCULAR_REFS = [
+MODELS_WITH_CIRCULAR_REFS: list[type[BaseModel]] = [
30
*ITEM_MODELS.values(),
31
Collection,
32
]
0 commit comments