Skip to content

Commit

Permalink
initial search path is optional ...
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Feb 19, 2020
1 parent a7342bd commit 5adbe3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/resolvers/iresolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5adbe3c

Please sign in to comment.