Skip to content

Commit 63f74d6

Browse files
committed
Add blank line for PEP8 compliance
1 parent f9811cb commit 63f74d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/arrays/interval.py

+1
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)