Skip to content

Commit

Permalink
remove unused variable "sensor_cal"
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Mar 25, 2024
1 parent bcea100 commit 5f9643d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scos_actions/actions/interfaces/measurement_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def create_capture_segment(
overload=measurement_result["overload"],
sigan_settings=sigan_settings,
)
sensor_cal = self.sensor.sensor_calibration_data
# Set calibration metadata if it exists
cal_meta = self.get_calibration(measurement_result)
if cal_meta is not None:
Expand Down

0 comments on commit 5f9643d

Please sign in to comment.