microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.47k stars 613 forks source link

Update python bindings to follow the PEP 8 standard #1967

Open icaven opened 6 months ago

icaven commented 6 months ago

There are a number of formatting issues in the python bindings that cause warnings in PEP 8 aware IDEs:

None of these affect functionality or performance, but they it more difficult to see actual errors with these being flagged.