Skip to content

Commit

Permalink
fix formatting (#3950)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Assuied <[email protected]>
  • Loading branch information
passuied authored Jan 12, 2024
1 parent ae4e137 commit b0dafe0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,11 @@ def subscribe():
def my_topic_subscriber(event_data=Body()):
print(event_data, flush=True)
return Response(status_code=status.HTTP_200_OK)
```
app.include_router(router)
```

{{% /codetab %}}

{{< /tabs >}}
Expand Down

0 comments on commit b0dafe0

Please sign in to comment.