Skip to content

Commit

Permalink
added length to numeric operations
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPalmer1 committed Sep 24, 2021
1 parent 7a4d515 commit a4cc841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scoutr/providers/base/filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class Filtering:
OPERATION_LESS_THAN,
OPERATION_GREATER_THAN_EQUAL,
OPERATION_LESS_THAN_EQUAL,
OPERATION_LENGTH,
OPERATION_LENGTH_GREATER_THAN,
OPERATION_LENGTH_GREATER_THAN_EQUAL,
OPERATION_LENGTH_LESS_THAN,
Expand Down

0 comments on commit a4cc841

Please sign in to comment.