Skip to content

Commit

Permalink
black: fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 2, 2023
1 parent d999a7a commit 641ce26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions invenio_rdm_records/resources/serializers/marcxml/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ def _get_communities_slugs(self, ids):
service_id = current_communities.service.id
one_hour_cache = round(time.time() / 3600)
return [
get_cached_community_slug(
community_id, service_id, ttl_hash=one_hour_cache
)
get_cached_community_slug(community_id, service_id, ttl_hash=one_hour_cache)
for community_id in ids
]

Expand Down

0 comments on commit 641ce26

Please sign in to comment.