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 8e07932 commit 81de500Copy full SHA for 81de500
swift/codegen/loaders/schemaloader.py
@@ -4,7 +4,7 @@
4
import typing
5
import types
6
import pathlib
7
-import importlib
+import importlib.util
8
from dataclasses import dataclass
9
from toposort import toposort_flatten
10
0 commit comments