There was an error while loading. Please reload this page.
1 parent 8ceb648 commit bf67595Copy full SHA for bf67595
1 file changed
src/pyobo/struct/struct.py
@@ -2147,7 +2147,7 @@ def get_literal_mappings_df(self) -> pd.DataFrame:
2147
return ssslm.literal_mappings_to_df(self.get_literal_mappings())
2148
2149
@staticmethod
2150
- def _get_stanza_type(stanza: Stanza) -> Reference | None:
+ def _get_stanza_type(stanza: Stanza) -> curies.Reference | None:
2151
if isinstance(stanza, TypeDef):
2152
if stanza.is_metadata_tag:
2153
return _cv.owl_annotation_property
0 commit comments