ImperialCollegeLondon / django-drf-filepond

A Django app providing a server implemention for the Filepond file upload library
BSD 3-Clause "New" or "Revised" License
103 stars 39 forks source link

PEP8 formatting errors in test code #88

Closed jcohen02 closed 1 year ago

jcohen02 commented 1 year ago

The code in tests/ includes a few cases where PEP8 formatting is not fully adhered to and flake8 generates warnings.

This has been fixed by @Incred in #87. Adding this corresponding issue for future tracking.