Skip to content

Commit 954eaa5

Browse files
committed
mypy
1 parent 5db793f commit 954eaa5

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 # type: ignore
20+
from pydantic import BaseModel
2121
except ImportError:
2222
raise DidNotEnable("Starlite is not installed")
2323

0 commit comments

Comments
 (0)