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

dspace_statistics_api/util.py: format with black
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Alan Orth 2023-05-30 16:04:18 +03:00
parent 70f0d66c6e
commit fe9f98bcc0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -62,7 +62,6 @@ def get_statistics_shards():
def is_valid_date(date):
try:
# Solr date format is: 2020-01-01T00:00:00Z
# See: https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior