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 53f0257 commit 5bb76d2Copy full SHA for 5bb76d2
components/polylith/imports/parser.py
@@ -38,6 +38,7 @@ def parse_module(path: Path) -> ast.AST:
38
return tree
39
40
41
+@lru_cache(maxsize=None)
42
def extract_imports(path: Path) -> List[str]:
43
tree = parse_module(path)
44
0 commit comments