Skip to content

Commit 01dba5f

Browse files
committed
fix tests leaking
1 parent dfa5cde commit 01dba5f

2 files changed

Lines changed: 237 additions & 200 deletions

File tree

optimade/server/create_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ async def set_context(request, call_next):
296296
and static_dir.is_dir()
297297
and os.access(static_dir, os.R_OK)
298298
):
299-
# Import here to avoid circular imports if needed
300299
from fastapi.staticfiles import StaticFiles
301300

302301
app.mount(

0 commit comments

Comments
 (0)