Skip to content

Commit 0daea1f

Browse files
jirhikerCopilot
andauthored
Update transfers/sensor_transfer.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f37a852 commit 0daea1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transfers/sensor_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def _group_step(self, session: Session, row: pd.Series, db_item: Base):
195195
recording_interval_unit = "hour"
196196
try:
197197
recording_interval = int(row.RecordingInterval)
198-
except (ValueError, TypeError) as e:
198+
except (ValueError, TypeError):
199199
# try to calculate recording interval from measurements
200200
estimator = self._get_estimator(sensor_type)
201201
recording_interval, unit, error = estimator.estimate_recording_interval(

0 commit comments

Comments
 (0)