Skip to content

Commit

Permalink
Fix absolute import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Aug 13, 2022
1 parent 84ad364 commit 7ede783
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions starlette/middleware/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
from starlette.requests import Request
from starlette.responses import HTMLResponse, PlainTextResponse, Response
from starlette.types import ASGIApp, Message, Receive, Scope, Send

from ..websockets import WebSocket
from starlette.websockets import WebSocket

STYLES = """
p {
Expand Down

0 comments on commit 7ede783

Please sign in to comment.