Skip to content

Commit

Permalink
Trailing whitespace has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nzywucka committed Mar 12, 2024
1 parent 7d6e7ce commit ec4c4b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ctapipe_io_magic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,6 @@ def parse_laser_info(self):

for idx, (mjd_values, millisec_values) in enumerate(zip(mjd_value, millisec_value)):
unique_key = (mjd_values, millisec_values)

if unique_key not in unique_reports:
unique_reports[unique_key] = True
laser.UniqueID = laser_info_runh['MReportLaser.MReport.fUniqueID'][idx]
Expand Down

0 comments on commit ec4c4b7

Please sign in to comment.