Make black happy with new formatting for tests

This commit is contained in:
iakov
2023-02-03 20:12:01 +03:00
parent cc7be3dc29
commit 77910835c2
2 changed files with 0 additions and 3 deletions

View File

@@ -205,7 +205,6 @@ def test_cli_check_mirror():
),
)
def test_set_arch(arch: Optional[str], host: str, target: str, version: str, expect: Optional[str]):
if not expect:
with pytest.raises(CliInputError) as e:
Cli._set_arch(arch, host, target, version)