csv_metadata_quality/check.py: Format with black

This commit is contained in:
Alan Orth 2020-07-06 14:10:19 +03:00
parent cb07d357d4
commit 431e6331c8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 3 deletions

View File

@ -223,9 +223,7 @@ def agrovoc(field, field_name):
# enable transparent request cache with thirty days expiry
expire_after = timedelta(days=30)
requests_cache.install_cache(
"agrovoc-response-cache", expire_after=expire_after
)
requests_cache.install_cache("agrovoc-response-cache", expire_after=expire_after)
# prune old cache entries
requests_cache.core.remove_expired_responses()