Skip to content

Commit 7053877

Browse files
Abel MilashSaurabh Badenkal
authored andcommitted
Remove unused 'between' import from filters.py docstring example
1 parent c2877dd commit 7053877

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)