Skip to content

Commit 5ef7fb0

Browse files
committed
Add blank line for PEP8 compliance
1 parent c0145c8 commit 5ef7fb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/arrays/interval.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,7 @@ def mid(self):
10491049
points) and is either monotonic increasing or monotonic decreasing,
10501050
else False.
10511051
"""
1052+
10521053
# https://github.com/python/mypy/issues/1362
10531054
# Mypy does not support decorated properties
10541055
@property # type: ignore

0 commit comments

Comments
 (0)