analogdevicesinc / pyadi-iio

Python interfaces for ADI hardware with IIO drivers (aka peyote)
https://analogdevicesinc.github.io/pyadi-iio
Other
134 stars 99 forks source link

cn0532.py: clean up for flake8 whitespace check #533

Closed threexc closed 3 months ago

threexc commented 4 months ago

Add whitespace around arithmetic operators so that the cn0532 module doesn't trigger flake8 failures on other runs.

Description

Tiny cleanup by adding whitespace around arithmetic operators in cn0532.py. The flake8 check in pre-commit was reporting an issue here while I was working on #524

Type of change

How has this been tested?

Re-ran pre-commit run --all-files after the change to make sure the test passed.

Test Configuration:

Checklist: