Skip to content

Commit 9900040

Browse files
committed
soundcloud fix
1 parent 3ad4a95 commit 9900040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/test_import_architecture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_foundation_modules_are_leaves():
186186

187187

188188
def test_no_module_level_import_cycles():
189-
modules, graph = _graph()
189+
_, graph = _graph()
190190
cycles = [set(c) for c in _find_cycles(graph, modules) if c not in ALLOWED_CYCLES]
191191
assert not cycles, (
192192
f"Module-level import cycles detected (break them with a function-level "

0 commit comments

Comments
 (0)