files type

This commit is contained in:
Julien Hebert
2016-03-20 13:55:19 +01:00
parent 78fa0cd5eb
commit 941f86a163

View File

@@ -1,8 +1,8 @@
from typing import Iterable, BinaryIO
from typing import Iterable, BinaryIO, List
def input(
files=None,
files=List[str],
inplace: bool=...,
backup: str=...,
bufsize: int=...,