code format
This commit is contained in:
parent
33a0528087
commit
88a5f9a2e0
1 changed files with 8 additions and 1 deletions
|
|
@ -358,7 +358,14 @@ def test_Module_mpy_mismatch():
|
|||
name, backend, repo, "1.2.3", "1.2.3", True, bundle, (None, None)
|
||||
)
|
||||
m2 = circup.Module(
|
||||
name, backend, repo, "1.2.3", "1.2.3", True, bundle, ("7.0.0-alpha.1", "8.99.99")
|
||||
name,
|
||||
backend,
|
||||
repo,
|
||||
"1.2.3",
|
||||
"1.2.3",
|
||||
True,
|
||||
bundle,
|
||||
("7.0.0-alpha.1", "8.99.99"),
|
||||
)
|
||||
m3 = circup.Module(
|
||||
name, backend, repo, "1.2.3", "1.2.3", True, bundle, (None, "7.0.0-alpha.1")
|
||||
|
|
|
|||
Loading…
Reference in a new issue