Skip to content

Commit

Permalink
Merge pull request #151 from monarch-initiative/add-in-exact-to-filte…
Browse files Browse the repository at this point in the history
…r-code-enum

Add in_exact to filtercode enum
  • Loading branch information
kevinschaper authored Oct 5, 2024
2 parents 218cc76 + 2f7d1b9 commit fceafe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/koza/model/config/source_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class FilterCode(str, Enum):
eq = "eq"
ne = "ne"
inlist = "in"
inlist_exact = "in_exact"


class FilterInclusion(str, Enum):
Expand Down

0 comments on commit fceafe5

Please sign in to comment.