Skip to content

Commit 1359b46

Browse files
committed
fix generator issue; add all the examples in docstring for mixin
1 parent a28534c commit 1359b46

File tree

2 files changed

+615
-2
lines changed

2 files changed

+615
-2
lines changed

synapseclient/api/json_schema_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async def get_invalid_json_schema_validation(
173173

174174
def get_invalid_json_schema_validation_sync(
175175
synapse_id: str, *, synapse_client: Optional["Synapse"] = None
176-
) -> Generator[Dict[str, Any], None]:
176+
) -> Generator[Dict[str, Any], None, None]:
177177
"""
178178
179179
<https://rest-docs.synapse.org/rest/POST/entity/id/schema/validation/invalid.html>

0 commit comments

Comments
 (0)