Skip to content

Commit ae8c109

Browse files
committed
Remove HTTPBasic and dotenv_values
1 parent 3b70fca commit ae8c109

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ def dcm2dictmetadata(ds: pydicom.dataset.Dataset) -> dict[str, dict[str, str]]:
139139
app.mount(path="/static", app=StaticFiles(directory="static"), name="static")
140140

141141
client = TestClient(app)
142-
security = HTTPBasic()
143-
env_vars = dotenv_values(".env")
144142

145143

146144
def app_url() -> str:

0 commit comments

Comments
 (0)