Skip to content

Commit 772ffc9

Browse files
committed
linting
1 parent a868143 commit 772ffc9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cf/query.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@ def __str__(self):
495495
if self.open_lower:
496496
repr_value = "(" + repr_value[1:]
497497

498-
499498
if self.open_upper:
500499
repr_value = repr_value[:-1] + ")"
501500

@@ -1740,15 +1739,15 @@ def wi(
17401739
bound so that value0 is excluded from the
17411740
range. By default the interval is closed
17421741
so that value0 is included.
1743-
1742+
17441743
.. versionadded:: NEXTVERSION
17451744
17461745
open_upper: `bool`, optional
17471746
If True, open the interval at the upper
17481747
bound so that value1 is excluded from the
17491748
range. By default the interval is closed
17501749
so that value1 is included.
1751-
1750+
17521751
.. versionadded:: NEXTVERSION
17531752
17541753
units: `str` or `Units`, optional

0 commit comments

Comments
 (0)