Skip to content

Commit

Permalink
start cleanning
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Nov 1, 2024
1 parent bd6e10f commit 926c77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion production/api/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ async def health():

if __name__ == "__main__":
import uvicorn
from oidc.authentication_middleware import authentication_middleware, XHttpServiceGet
from oidc.authentication_middleware import authentication_middleware
from oidc.authentication import XHttpServiceGet

app_settings = app_settings_factory_get()
if app_settings.oidc_enable == "true":
Expand Down
2 changes: 0 additions & 2 deletions production/api/app/oidc/authentication.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

import abc
import asyncio
from dataclasses import dataclass

from httpx import AsyncClient, Client
Expand Down

0 comments on commit 926c77f

Please sign in to comment.