Skip to content

Commit e41ea37

Browse files
committed
formatting using black
1 parent 35a358f commit e41ea37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dl1_data_handler/reader.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,9 @@ def __init__(
293293
# coordinates to correct camera coordinate offsets.
294294
self.pix_rotation = {}
295295
for tel_id in self.tel_ids:
296-
self.pix_rotation[tel_id] = self.subarray.tel[tel_id].camera.geometry.pix_rotation
296+
self.pix_rotation[tel_id] = self.subarray.tel[
297+
tel_id
298+
].camera.geometry.pix_rotation
297299
self.selected_telescopes = {}
298300
for tel_type in self.subarray.telescope_types:
299301
# If is needed here for some sims where the same tel_type is stored twice

0 commit comments

Comments
 (0)