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 3ad4a95 commit 9900040Copy full SHA for 9900040
1 file changed
test/unit/test_import_architecture.py
@@ -186,7 +186,7 @@ def test_foundation_modules_are_leaves():
186
187
188
def test_no_module_level_import_cycles():
189
- modules, graph = _graph()
+ _, graph = _graph()
190
cycles = [set(c) for c in _find_cycles(graph, modules) if c not in ALLOWED_CYCLES]
191
assert not cycles, (
192
f"Module-level import cycles detected (break them with a function-level "
0 commit comments