Skip to content

Commit

Permalink
fix missing VersionOrder import for conda-incubator#52
Browse files Browse the repository at this point in the history
  • Loading branch information
zinal committed Jan 24, 2023
1 parent 64cba44 commit cefe064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_mirror/conda_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from tqdm import tqdm

try:
from conda.models.version import BuildNumberMatch, VersionSpec
from conda.models.version import BuildNumberMatch, VersionSpec, VersionOrder
except ImportError:
from .versionspec import BuildNumberMatch, VersionSpec, VersionOrder

Expand Down

0 comments on commit cefe064

Please sign in to comment.