We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db793f commit 954eaa5Copy full SHA for 954eaa5
sentry_sdk/integrations/starlite.py
@@ -17,7 +17,7 @@
17
from starlite.plugins.base import get_plugin_for_value # type: ignore
18
from starlite.routes.http import HTTPRoute # type: ignore
19
from starlite.utils import ConnectionDataExtractor, is_async_callable, Ref # type: ignore
20
- from pydantic import BaseModel # type: ignore
+ from pydantic import BaseModel
21
except ImportError:
22
raise DidNotEnable("Starlite is not installed")
23
0 commit comments