Move hyperoptresolver to resolvers package

This commit is contained in:
Matthias
2018-11-24 20:14:08 +01:00
parent 2c0d0946e6
commit cc7b820978
7 changed files with 75 additions and 114 deletions

View File

@@ -48,7 +48,7 @@ class IResolver(object):
@staticmethod
def _search_object(directory: str, object_type, object_name: str,
kwargs: dict) -> Optional[Any]:
kwargs: dict = {}) -> Optional[Any]:
"""
Search for the objectname in the given directory
:param directory: relative or absolute directory path