Skip to content

Commit d6313c7

Browse files
committed
cp
1 parent a8ed933 commit d6313c7

File tree

1 file changed

+1
-0
lines changed
  • python_modules/libraries/dagster-components/dagster_components/component

1 file changed

+1
-0
lines changed

python_modules/libraries/dagster-components/dagster_components/component/component.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def get_model_cls(cls) -> Optional[type[BaseModel]]:
2929
if issubclass(cls, Resolvable):
3030
return cls.model()
3131

32+
# handle existing overrides for backwards compatibility
3233
cls_from_get_schema = cls.get_schema()
3334
if cls_from_get_schema:
3435
return cls_from_get_schema

0 commit comments

Comments
 (0)