1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 14:16:01 +02:00

dspace_statistics_api/items.py: Format with black

This commit is contained in:
2020-12-18 22:45:39 +02:00
parent 4dbf734a4b
commit 9e6fcf279b

View File

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