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 9ec7bae commit e5ebeb1Copy full SHA for e5ebeb1
pydatalab/src/pydatalab/routes/v0_1/info.py
@@ -81,8 +81,6 @@ def ensure_features_serialization(self):
81
"""Ensure features are properly serialized for frontend consumption."""
82
if hasattr(self.features, "model_dump"):
83
features_dict = self.features.model_dump()
84
- elif hasattr(self.features, "dict"):
85
- features_dict = self.features.dict()
86
else:
87
features_dict = self.features
88
0 commit comments