Skip to content

Commit d0fa65a

Browse files
author
Marcel Strzys
committed
- just remove unnecessary comma
1 parent 6a91533 commit d0fa65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybkgmodel/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ def load_events(cls, file_name, cuts):
681681
event_data['pointing_zd'],
682682
event_data['mjd'],
683683
None,
684-
numpy.array(evt_head['LIVETIME']) * u.s,
684+
numpy.array(evt_head['LIVETIME']) * u.s
685685
)
686686

687687
return event_sample

0 commit comments

Comments
 (0)