Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Jun 9, 2024
1 parent 0a3487f commit 1deed4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rerun_py/depthai_viewer/_backend/device_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ def to_dai(self) -> dai.RawToFConfig:
cfg.enableTemperatureCorrection = self.enable_temperature_correction # type: ignore[attr-defined, assignment]
cfg.enableWiggleCorrection = self.enable_wiggle_correction # type: ignore[attr-defined, assignment]
cfg.enablePhaseUnwrapping = self.enable_phase_unwrapping # type: ignore[attr-defined, assignment]
cfg.enablePhaseShuffleTemporalFilter = self.enable_phase_shuffle_temporal_filter # type: ignore[attr-defined, assignment]
cfg.enablePhaseShuffleTemporalFilter =
self.enable_phase_shuffle_temporal_filter # type: ignore[attr-defined, assignment]
cfg.enableBurstMode = self.enable_burst_mode # type: ignore[attr-defined, assignment]
return cfg

Expand Down

0 comments on commit 1deed4a

Please sign in to comment.