Fix mypy warnings in tests/test_args.py (#2945)
This commit is contained in:
parent
198efb5f53
commit
7bdef2f017
|
|
@ -15,7 +15,7 @@ from archinstall.lib.profile.profiles_handler import profile_handler
|
|||
from archinstall.lib.translationhandler import translation_handler
|
||||
|
||||
|
||||
def test_default_args(monkeypatch):
|
||||
def test_default_args(monkeypatch: MonkeyPatch) -> None:
|
||||
monkeypatch.setattr('sys.argv', ['archinstall'])
|
||||
handler = ArchConfigHandler()
|
||||
args = handler.args
|
||||
|
|
|
|||
Loading…
Reference in New Issue