Skip to content

Commit 79c8543

Browse files
committed
fixing docstring spacing
1 parent d2d3f20 commit 79c8543

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mala/datahandling/data_scaler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ def save(self, filename, save_format="json"):
580580
def load_from_file(cls, file, save_format="json", auto_convert=True):
581581
"""
582582
Load a saved Scaler object.
583-
584583
Parameters
585584
----------
586585
file : string or ZipExtFile
@@ -597,7 +596,6 @@ def load_from_file(cls, file, save_format="json", auto_convert=True):
597596
data_scaler : DataScaler
598597
DataScaler which was read from the file.
599598
"""
600-
601599
if isinstance(file, str):
602600
filename = file
603601
elif hasattr(file, 'name'): # getting fname from zip file

0 commit comments

Comments
 (0)