ev3dev / ev3dev-lang-python

Pure python bindings for ev3dev
MIT License
425 stars 144 forks source link

Flake8 #723

Closed dwalton76 closed 4 years ago

dwalton76 commented 4 years ago

This corrects all warning/errors found by flake8

dwalton76 commented 4 years ago

For issue #714

WasabiFan commented 4 years ago

This seems generally OK, but I think a lot of this functionality should be tested if we're making these changes, because some of it could have introduced bugs.

dwalton76 commented 4 years ago

@wasabifan I’ll do some testing tonight and then merge. I looked through the patch again and all of the changes look pretty trivial so I think after some basic testing we should be good.

dwalton76 commented 4 years ago

I did some testing...all seems fine.