Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
elbee99 committed Oct 27, 2023
1 parent f413c8b commit ddafaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydatalab/pydatalab/apps/raman/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def load(self, location: str | Path) -> Tuple[pd.DataFrame, List[str]]:


@classmethod
def make_wdf_df(self, location):
def make_wdf_df(self, location: Path | str) -> pd.DataFrame:
"""Read the .wdf file with RosettaSciIO and try to extract
1D Raman spectra.
Expand Down

0 comments on commit ddafaf8

Please sign in to comment.