Skip to content

Commit

Permalink
fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Dec 3, 2024
1 parent c79a019 commit f50b065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dl1_data_handler/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ def get_unmapped_waveform(
settings,
camera_geometry=None,
dl1_cleaning_mask=None,
) -> numpy.ndarray:
) -> np.ndarray:
"""
Retrieve and process the unmapped waveform from an R1 event.
Expand Down

0 comments on commit f50b065

Please sign in to comment.