Skip to content

Commit

Permalink
remove unnecessary setup_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
koid committed Nov 8, 2023
1 parent 6c82bc9 commit f099152
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pr_agent/servers/serverless.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
from starlette.middleware import Middleware
from starlette_context.middleware import RawContextMiddleware

from pr_agent.log import setup_logger
from pr_agent.servers.github_app import router

setup_logger()

middleware = [Middleware(RawContextMiddleware)]
app = FastAPI(middleware=middleware)
Expand Down

0 comments on commit f099152

Please sign in to comment.