Skip to content

Commit 11d4250

Browse files
committed
Iterable
1 parent 51e52b8 commit 11d4250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_pytest/config/findpaths.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
22
from typing import Dict
3+
from typing import Iterable
34
from typing import List
45
from typing import Optional
56
from typing import Tuple
@@ -22,7 +23,7 @@ def exists(path, ignore=EnvironmentError):
2223

2324

2425
def getcfg(
25-
args: List[py.path.local], config: Optional[Config] = None
26+
args: Iterable[py.path.local], config: Optional[Config] = None
2627
) -> Tuple[
2728
Optional[py.path.local],
2829
Optional[py.path.local],

0 commit comments

Comments
 (0)