Skip to content

Commit 1e5e014

Browse files
author
Abel Milash
committed
Remove unused 'between' import from filters.py docstring example
1 parent 8c38842 commit 1e5e014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PowerPlatform/Dataverse/models/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Example::
1212
13-
from PowerPlatform.Dataverse.models.filters import eq, gt, between
13+
from PowerPlatform.Dataverse.models.filters import eq, gt
1414
1515
# Simple comparison
1616
expr = eq("statecode", 0)

0 commit comments

Comments
 (0)