diff --git a/src/ape_pm/dependency.py b/src/ape_pm/dependency.py index 69f6f87c2f..83174fec24 100644 --- a/src/ape_pm/dependency.py +++ b/src/ape_pm/dependency.py @@ -16,7 +16,7 @@ from ape.managers.project import _version_to_options from ape.utils._github import _GithubClient, github_client from ape.utils.basemodel import ManagerAccessMixin -from ape.utils.os import clean_path, extract_archive, get_package_path, in_tempdir, _remove_readonly +from ape.utils.os import _remove_readonly, clean_path, extract_archive, get_package_path, in_tempdir def _fetch_local(src: Path, destination: Path, config_override: Optional[dict] = None):