Skip to content

Commit

Permalink
Add Has to query __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanTecedor committed Jan 8, 2025
1 parent 8de14ec commit 53ff122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive4py/query/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .filters import Between, Contains, EndsWith, Eq
from .filters import FilterExpr as _FilterExpr
from .filters import Gt, Gte, Id, In, Like, Lt, Lte, Match, Ne, StartsWith
from .filters import Gt, Gte, Has, Id, In, Like, Lt, Lte, Match, Ne, StartsWith
from .page import Paginate
from .sort import Asc, Desc
from .sort import SortExpr as _SortExpr
Expand Down

0 comments on commit 53ff122

Please sign in to comment.