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
1 changed files with 1 additions and 0 deletions

View File

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