no unexported

This commit is contained in:
Julien Hebert
2016-03-20 13:25:17 +01:00
parent ac8ed664a9
commit 4fdf23d5bd

View File

@@ -1,8 +1,5 @@
from typing import Iterable, BinaryIO
__all__ = ... # type: List[str]
_state = ... # type: None
def input(
files = None,
inplace: bool = ...,