Skip to content
Snippets Groups Projects
Commit 0ce2afb7 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix typing

parent 63f7a592
Branches
No related tags found
1 merge request!10Implement pruning mechanism for the utils script
Pipeline #39281 failed
......@@ -106,7 +106,7 @@ class APIConnector:
url = "/".join((self._url, item.lstrip("/"), ""))
return self._request_url(method, url, query=query, content=content)
def list_iter(self, object_type, query=None) -> Generator[dict]:
def list_iter(self, object_type, query=None) -> Generator[dict, None, None]:
"""
Returns a list iterator to a specific object_type in the REST API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment