Skip to content

Commit

Permalink
fix: Fix conda import (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonparnell authored Feb 27, 2024
1 parent 7e686ee commit 132aab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from semver import Version
from conda.models.match_spec import MatchSpec
from conda_env.specs import RequirementsSpec
from conda.env.specs import RequirementsSpec


def get_dir_for_version(version: Version) -> str:
Expand Down

0 comments on commit 132aab6

Please sign in to comment.