Skip to content

Commit

Permalink
cleanup unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen committed Jan 27, 2025
1 parent b41bf87 commit 66222f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/pypi/conda_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from urllib.parse import unquote, urlparse

from metaflow.exception import MetaflowException
from metaflow.metaflow_config import get_pinned_conda_libs, CONDA_USE_FAST_INIT
from metaflow.metaflow_config import get_pinned_conda_libs
from metaflow.metaflow_environment import MetaflowEnvironment

from . import MAGIC_FILE, _datastore_packageroot
Expand Down

0 comments on commit 66222f7

Please sign in to comment.