From 941f86a16361a45da92761f564e399006a629223 Mon Sep 17 00:00:00 2001 From: Julien Hebert Date: Sun, 20 Mar 2016 13:55:19 +0100 Subject: [PATCH] files type --- stdlib/3/fileinput.pyi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/3/fileinput.pyi b/stdlib/3/fileinput.pyi index 2d2cdd569..7b2c21b1b 100644 --- a/stdlib/3/fileinput.pyi +++ b/stdlib/3/fileinput.pyi @@ -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=...,