Skip to content

Commit

Permalink
Remove unused "type: ignore"
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Nov 2, 2024
1 parent a7d18bb commit a5260e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_sessions/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@ def _video_frame_times(
ndx_events.Events(
timestamps=timestamps,
name=f"frametimes_{self.mvr_to_nwb_camera_name[camera_name]}",
description=f"start time of each frame exposure in {self.mvr.video_paths[camera_name].stem}", # type: ignore[index]
description=f"start time of each frame exposure in {self.mvr.video_paths[camera_name].stem}",
)
for camera_name, timestamps in cam_to_frametimes.items()
)
Expand Down

0 comments on commit a5260e3

Please sign in to comment.