Skip to content

Commit bf67595

Browse files
committed
Update struct.py
1 parent 8ceb648 commit bf67595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyobo/struct/struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@ def get_literal_mappings_df(self) -> pd.DataFrame:
21472147
return ssslm.literal_mappings_to_df(self.get_literal_mappings())
21482148

21492149
@staticmethod
2150-
def _get_stanza_type(stanza: Stanza) -> Reference | None:
2150+
def _get_stanza_type(stanza: Stanza) -> curies.Reference | None:
21512151
if isinstance(stanza, TypeDef):
21522152
if stanza.is_metadata_tag:
21532153
return _cv.owl_annotation_property

0 commit comments

Comments
 (0)