remove comments

This commit is contained in:
Dinesh Yeduguru 2024-11-22 18:00:59 -08:00
parent deb11be3e3
commit 78348b76d1
2 changed files with 0 additions and 89 deletions

View file

@ -211,7 +211,6 @@ def create_dynamic_typed_route(func: Any, method: str):
return endpoint
# Add new middleware class
class TracingMiddleware:
def __init__(self, app):
self.app = app