Skip to content

Commit 2c26823

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0cf2c5d commit 2c26823

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pytest_httpserver/httpserver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,7 @@ def dispatch(self, request: Request) -> Response:
13061306
if self._readiness_check_pending:
13071307
self._readiness_check_pending = False
13081308
from http import HTTPStatus
1309+
13091310
return Response(HTTPStatus.OK.phase, status=HTTPStatus.OK.value)
13101311

13111312
if self.permanently_failed:

0 commit comments

Comments
 (0)