typing: fix _pytest.config.findpaths.determine_setup

This commit is contained in:
Daniel Hahler
2020-01-12 22:17:49 +01:00
parent 90740007a8
commit 117072d64c
2 changed files with 10 additions and 10 deletions

View File

@@ -108,7 +108,7 @@ CFG_PYTEST_SECTION = "[pytest] section in {filename} files is no longer supporte
def determine_setup(
inifile: str,
inifile: Optional[str],
args: List[str],
rootdir_cmd_arg: Optional[str] = None,
config: Optional["Config"] = None,