Skip to content

Commit

Permalink
Add Collect creator method data from Europeana API (Fixes WordPress#2834
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dryruffian committed Oct 27, 2024
1 parent 24eeed0 commit 4ad7312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catalog/dags/providers/provider_api_scripts/europeana.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def _get_filetype(self, item_data: dict) -> str:
def _get_filesize(self, item_data: dict) -> int:
return item_data.get("ebucoreFileByteSize")

@staticmethod
@staticmethod
def _get_creator(data: dict) -> str | None:
creators = data.get("dcCreator", [])
Expand Down

0 comments on commit 4ad7312

Please sign in to comment.