Skip to content

Commit

Permalink
remove type again because it is too cumbersome
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel authored Jan 18, 2024
1 parent 25aacb7 commit dbddbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drf_spectacular/plumbing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ def build_serializer_context(view) -> typing.Dict[str, Any]:
return {'request': view.request}


def process_webhooks(webhooks: List[OpenApiWebhook], registry: ComponentRegistry) -> _SchemaType:
def process_webhooks(webhooks: List[OpenApiWebhook], registry: ComponentRegistry):
"""
Creates a mocked view for every webhook. The given extend_schema decorator then
specifies the expectations on the receiving end of the callback. Effectively
Expand Down

0 comments on commit dbddbc3

Please sign in to comment.