mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
Make black happy with new formatting for tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user