initial search path is optional ...

This commit is contained in:
Matthias 2020-02-19 19:50:01 +01:00
parent a7342bd910
commit 5adbe3c2d3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class IResolver:
object_type: Type[Any]
object_type_str: str
user_subdir: Optional[str] = None
initial_search_path: Path
initial_search_path: Optional[Path]
@classmethod
def build_search_paths(cls, config: Dict[str, Any], user_subdir: Optional[str] = None,