swp-fu-eid / eid-fu-swp

Docker-based REST API implemented with Django and restframework.
MIT License
2 stars 1 forks source link

Fix all pep8 issues excpect E501 (line length) #72

Closed m273d15 closed 6 years ago

m273d15 commented 6 years ago

nils-wisiol always mentioned violations of pep8 during reviewing, therefore i fixed violations in the current master. I did not fix E501 since most of the violations are located in a comment or the line is only a bit longer than required and the fix would decrease the readability.

Determined the violations via pep8 api/

m273d15 commented 6 years ago

Will be replaced by new PR