Skip to content

Commit

Permalink
Mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Oct 10, 2023
1 parent 788a739 commit 2bd5b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/api/formats/loud.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_domain_links() -> dict[str, Any]:
"type": "DigitalObject"}]})

return {'@context': app.config['API_CONTEXT']['LOUD']} | \
base_entity_dict() | properties_set # type: ignore
base_entity_dict() | properties_set


def get_loud_timespan(entity: Entity) -> dict[str, Any]:
Expand Down

0 comments on commit 2bd5b31

Please sign in to comment.