Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Oct 25, 2023
1 parent 2beb29e commit 5f2211f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
app = FastAPI(
title="Mobility Data Catalog API",
description="API as required in the _Proposed Version 1_ from the _Product Requirement Document for the Mobility "
"Database_",
"Database_",
version="0.1.0",
)

Expand Down
1 change: 0 additions & 1 deletion api/src/middleware/request_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def get_request_context():


class RequestContextMiddleware:

def __init__(self, app: ASGIApp) -> None:
self.app = app
self.logger = Logger(RequestContextMiddleware.__module__).get_logger()
Expand Down

0 comments on commit 5f2211f

Please sign in to comment.