Skip to content

Commit 220058b

Browse files
committed
chore: fix test
1 parent 8d0d0e7 commit 220058b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/mat3ra/code/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def id(self, id: str) -> None:
8585
def slug(self) -> str:
8686
return self.prop("slug", "")
8787

88-
def get_as_entity_reference(self, by_id_only: bool = False) -> dict[str, str]:
88+
def get_as_entity_reference(self, by_id_only: bool = False) -> Dict[str, str]:
8989
if by_id_only:
9090
return {"_id": self.id}
9191
else:

0 commit comments

Comments
 (0)