mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-01-24 19:23:22 +01:00
Alan Orth
d88ea56488
PEP8 recommends keeping imports at the top of the file. Also, I had to re-work the issn/isbn so they didn't conflict with the functions in check.py (flake8 warned about them being redefined). Imports sorted with isort. See: https://www.python.org/dev/peps/pep-0008/#imports