We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db84f5 commit 9b63569Copy full SHA for 9b63569
linkml_runtime/utils/context_utils.py
@@ -50,7 +50,7 @@ def to_file_uri(fname: str) -> str:
50
JsonObj(**{"@context": context_list[0] if len(context_list) == 1 else context_list})
51
52
53
-def map_import(importmap: dict[str, str], namespaces: Callable[[None], "Namespaces"], imp: Any) -> str:
+def map_import(importmap: Dict[str, str], namespaces: Callable[[None], "Namespaces"], imp: Any) -> str:
54
sname = str(imp)
55
if ':' in sname:
56
prefix, lname = sname.split(':', 1)
0 commit comments