coderxio / dailymed-api

REST API for DailyMed SPLs
https://coderx.io/
MIT License
12 stars 5 forks source link

Flake8 fixes #13

Closed finish06 closed 4 years ago

finish06 commented 4 years ago

Fixes coderxio/dailymed-api#12

Explanation

Fixed PEP8 styling errors found by Flake8

Rationale

Necessary change in attempt to require style alignment in the future per TravisCI pipeline

Tests

  1. What testing did you do?
    • Downloaded, unzipped and processed 5000 SPLs. Viewed information in rest framework.
    • Passed TravisCI.
finish06 commented 4 years ago

Merging request. In the future, we can use flake8 noqa in more places to improve readability. I think it is best to identify as a comment before the noqa line the reason for disabling flake8.