jeffreydwalter / arlo

Python module for interacting with Netgear's Arlo camera system.
Apache License 2.0
517 stars 124 forks source link

Changes to comply with PEP8 #193

Closed simplyrohan closed 1 year ago

simplyrohan commented 2 years ago

Changes to make code cleaner and to comply with PEP8. #30

prjemian commented 1 year ago

This PR would be easier to review if the code refactoring was separate from the changes for PEP8 compliance. Python black could be used to make code style more consistent.