Undefined name 'Type':
209 def load_yaml(cls, # type: Type[Y]Undefined name 'Y':
209 def load_yaml(cls, # type: Type[Y]Undefined name 'IOBase':
210 file_path_or_stream, # type: Union[str, IOBase, StringIO]Undefined name 'StringIO':
210 file_path_or_stream, # type: Union[str, IOBase, StringIO]Undefined name 'Y':
213 ): # type: (...) -> YUndefined name 'Type':
219 def loads_yaml(cls, # type: Type[Y]Undefined name 'Y':
219 def loads_yaml(cls, # type: Type[Y]Undefined name 'Y':
223 ): # type: (...) -> YUndefined name 'IOBase':
273 def read_file_and_apply_template(file_path_or_stream, # type: Union[str, IOBase, StringIO]Undefined name 'StringIO':
273 def read_file_and_apply_template(file_path_or_stream, # type: Union[str, IOBase, StringIO]'typing.Callable' imported but unused:
18 from typing import Dict, List, Callable, Union, Iterable, Optional, Any'typing.List' imported but unused:
18 from typing import Dict, List, Callable, Union, Iterable, Optional, Any'typing.Optional' imported but unused:
18 from typing import Dict, List, Callable, Union, Iterable, Optional, Any'logging.Logger' imported but unused:
19 from logging import Logger