Skip to content
Snippets Groups Projects
Commit 7ce44f8e authored by vuillaut's avatar vuillaut
Browse files

fix type issue

parent a7ae0fcd
No related branches found
No related tags found
1 merge request!15api
Pipeline #135502 passed
......@@ -15,7 +15,7 @@ class Ossr(Zenodo):
def __init__(self):
super().__init__()
def search(self, search: str, **kwargs) -> list[Record]:
def search(self, search, **kwargs):
"""
Search the ESCAPE OSSR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment