config: fix an incorrect type

Was a mistake in d97d44a97a.
This commit is contained in:
Ran Benita
2023-07-23 13:54:03 +03:00
parent 161ba87300
commit 4e42421ebf

View File

@@ -1243,7 +1243,7 @@ class Config:
self,
*,
args: List[str],
pyargs: List[str],
pyargs: bool,
testpaths: List[str],
invocation_dir: Path,
rootpath: Path,