arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

Apply Black formatting to codebase #106

Closed robberwick closed 1 week ago

robberwick commented 1 week ago

This pull request includes several changes to improve code readability and maintainability by reformatting code to adhere to PEP 8 guidelines. The changes involve breaking long lines into multiple lines and adding appropriate indentation through use of the Black formatter