Skip to content

Commit

Permalink
tuple -> Tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
Aske-Rosted committed Dec 18, 2024
1 parent 14e97b5 commit 36495e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/data/extractors/icecube/i3totaleextractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def frame_contains_info(self, frame: "icetray.I3Frame") -> bool:

def total_track_energy(
self, frame: "icetray.I3Frame", checked_id_list: List = []
) -> tuple[int, int, Any]:
) -> Tuple[int, int, Any]:
"""Get the total energy of track particles on entrance."""
e_entrance = 0
e_deposited = 0
Expand Down

0 comments on commit 36495e2

Please sign in to comment.