Skip to content

Commit 1b45d90

Browse files
CLN: D204 1 blank line required after class docstring (#31892)
1 parent 1117328 commit 1b45d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/window/ewm.py

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class EWM(_Rolling):
116116
3 1.615385
117117
4 3.670213
118118
"""
119+
119120
_attributes = ["com", "min_periods", "adjust", "ignore_na", "axis"]
120121

121122
def __init__(

0 commit comments

Comments
 (0)