Skip to content

Commit

Permalink
Fix import in docs for filters.Not (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighol authored Dec 1, 2023
1 parent 6ec2c15 commit 296353c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/client/data_classes/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class Not(CompoundFilter):
Negate an Equals filter:
>>> from cognite.client.data_classes.filters import Or, Equals
>>> from cognite.client.data_classes.filters import Equals, Not
>>> filter = Not(Equals(("some", "property"), 42))
"""

Expand Down

0 comments on commit 296353c

Please sign in to comment.