Skip to content

Commit

Permalink
Add in_exact to filtercode enum
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Oct 5, 2024
1 parent ecf3aa2 commit 2f7d1b9
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 2f7d1b9

Please sign in to comment.