Skip to content

Commit 9376c0c

Browse files
committed
pre-commit
1 parent 2f74cf5 commit 9376c0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/codegen/runner/sandbox/middlewares.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import traceback
2-
from http import HTTPStatus # Add this import
2+
from http import HTTPStatus
33
from typing import Callable, TypeVar
44

5-
from starlette.background import BackgroundTasks
65
from starlette.middleware.base import BaseHTTPMiddleware, RequestResponseEndpoint
76
from starlette.requests import Request
87
from starlette.responses import JSONResponse, Response

0 commit comments

Comments
 (0)