Skip to content

Commit

Permalink
pylin
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Jun 9, 2024
1 parent d45fd93 commit adaf712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rerun_py/depthai_viewer/_backend/device_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,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 = ( # type: ignore[attr-defined, assignment]
self.enable_phase_shuffle_temporal_filter
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 adaf712

Please sign in to comment.