dspace-statistics-api/dspace_statistics_api
Alan Orth cc5ce3ab98 Correct issues highlighted by Flake8
Flake8 validates code style against PEP 8 in order to encourage the
writing of idiomatic Python. For reference, I am currently ignoring
errors about line length (E501) because I feel it makes code harder
to read.

This is the invocation I am using:

    $ flake8 --ignore E501 dspace_statistics_api
2018-11-04 00:04:27 +02:00
..
docs Sync API documentation HTML with README.md 2018-11-01 00:37:52 +02:00
__init__.py Refactor project structure 2018-10-28 11:14:21 +02:00
app.py Correct issues highlighted by Flake8 2018-11-04 00:04:27 +02:00
config.py Allow configuration of PostgreSQL port 2018-11-03 22:40:45 +02:00
database.py Correct issues highlighted by Flake8 2018-11-04 00:04:27 +02:00
indexer.py Correct issues highlighted by Flake8 2018-11-04 00:04:27 +02:00
solr.py Correct issues highlighted by Flake8 2018-11-04 00:04:27 +02:00