initial search path is optional ...
This commit is contained in:
parent
a7342bd910
commit
5adbe3c2d3
@ -22,7 +22,7 @@ class IResolver:
|
|||||||
object_type: Type[Any]
|
object_type: Type[Any]
|
||||||
object_type_str: str
|
object_type_str: str
|
||||||
user_subdir: Optional[str] = None
|
user_subdir: Optional[str] = None
|
||||||
initial_search_path: Path
|
initial_search_path: Optional[Path]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def build_search_paths(cls, config: Dict[str, Any], user_subdir: Optional[str] = None,
|
def build_search_paths(cls, config: Dict[str, Any], user_subdir: Optional[str] = None,
|
||||||
|
Loading…
Reference in New Issue
Block a user