Skip to content

Commit edd7579

Browse files
committed
mypy fixes
1 parent cce408b commit edd7579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ def generate_tenant_token(
756756

757757
return jwt_token
758758

759-
def add_or_update_networks(self, body: Union[MutableMapping[str, Any], None]):
759+
def add_or_update_networks(self, body: Union[MutableMapping[str, Any], None]) -> HttpRequests:
760760
"""Set all the Remote Networks
761761
762762
Parameters

0 commit comments

Comments
 (0)