Skip to content

Commit

Permalink
Change default categories value from {'main'} to empty set
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Sep 13, 2024
1 parent c94113f commit 8651b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_lock/lockfile/v2prelim/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class LockedDependency(BaseLockedDependency):
categories: Set[str] = {"main"}
categories: Set[str] = set()

def to_v1(self) -> List[LockedDependencyV1]:
"""Convert a v2 dependency into a list of v1 dependencies.
Expand Down

0 comments on commit 8651b20

Please sign in to comment.