Skip to content

Commit 39e8afe

Browse files
author
Sarah Wagner
committed
(ノ◕ヮ◕)ノ ✧bedazzled✧code✧ with docstrings & type hinting
1 parent 6b2b20d commit 39e8afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightcurves/LC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def save_npy(self,path: str) -> None:
432432
This does not update `LC.py`, it saves current object state.
433433
"""
434434
with open(path, "wb") as pickle_file:
435-
pickle.dump(self, pickle_file)
435+
pickle.dump(self, pickle_file)
436436

437437
def save_csv(self, path: str, bblocks: bool = False) -> None:
438438
"""

0 commit comments

Comments
 (0)