1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-07-16 02:58:16 +02:00
Files
.github
csv_metadata_quality
__init__.py
__main__.py
app.py
check.py
experimental.py
fix.py
util.py
version.py
data
tests
.drone.yml
.flake8
.gitignore
CHANGELOG.md
LICENSE.txt
README.md
poetry.lock
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
csv-metadata-quality/csv_metadata_quality
Alan Orth 14010896a5 csv_metadata_quality/experimental.py: Move all imports to top of file
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
2021-03-16 16:13:34 +02:00
..
2019-08-29 01:15:04 +03:00
2021-03-11 22:44:36 +02:00