Skip to content

Commit 2768683

Browse files
.
1 parent 630ee49 commit 2768683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/starlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515

1616
try:
17-
from pydantic import BaseModel # type: ignore
17+
from pydantic import BaseModel
1818
from starlite import Request, Starlite, State # type: ignore
1919
from starlite.handlers.base import BaseRouteHandler # type: ignore
2020
from starlite.middleware import DefineMiddleware # type: ignore

0 commit comments

Comments
 (0)