Skip to content

Commit e39c241

Browse files
committed
add type ignore back in
1 parent 2acd8fe commit e39c241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/starlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from starlite.plugins.base import get_plugin_for_value # type: ignore
1818
from starlite.routes.http import HTTPRoute # type: ignore
1919
from starlite.utils import ConnectionDataExtractor, is_async_callable, Ref # type: ignore
20-
from pydantic import BaseModel
20+
from pydantic import BaseModel # type: ignore
2121
except ImportError:
2222
raise DidNotEnable("Starlite is not installed")
2323

0 commit comments

Comments
 (0)