Skip to content

Commit d7ac196

Browse files
committed
fixed indentation
1 parent 049bb13 commit d7ac196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyspod/spod_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SPOD_streaming(SPOD_base):
2929
the `SPOD_base` class.
3030
"""
3131
def __init__(self, X, params, data_handler, variables):
32-
"""Constructor of SPOD_streaming."""
32+
"""Constructor of SPOD_streaming."""
3333
super().__init__(X, params, data_handler, variables)
3434

3535
def fit(self):

0 commit comments

Comments
 (0)