1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-21 22:05:02 +01:00

dspace_statistics_api/items.py: Format with black

This commit is contained in:
Alan Orth 2020-12-18 22:45:39 +02:00
parent 4dbf734a4b
commit 9e6fcf279b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -103,4 +103,5 @@ def get_downloads(solr_date_string: str, items: list):
return data
# vim: set sw=4 ts=4 expandtab: