Fix small mistakes

This commit is contained in:
Matthias
2019-07-21 19:21:50 +02:00
parent e6528be63d
commit dcddfce5bc
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class IResolver(object):
@staticmethod
def _load_object(paths: List[Path], object_type, object_name: str,
kwargs: dict = {}) -> Union[Any, None]:
kwargs: dict = {}) -> Optional[Any]:
"""
Try to load object from path list.
"""