Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria committed Oct 22, 2024
1 parent 10a16c6 commit ccd5fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, version: Optional[str] = None):

self.version = _version
self.supported_ontologies = ontology_info[_version]["ontologies"]
self.imported_ontologies = {
self.imported_ontologies: Dict[str, str] = {
imported_ontology: ontology
for ontology, info in self.supported_ontologies.items()
for imported_ontology in info.get("additional_ontologies", [])
Expand Down

0 comments on commit ccd5fbd

Please sign in to comment.