Skip to content

Commit f656fa0

Browse files
Update cf/query.py to add blank line per house style (3)
Co-authored-by: David Hassell <[email protected]>
1 parent c70c162 commit f656fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cf/query.py

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

498+
498499
if self.open_upper:
499500
repr_value = repr_value[:-1] + ")"
500501

0 commit comments

Comments
 (0)