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 9a21230 commit 281259bCopy full SHA for 281259b
sentry_sdk/integrations/flask.py
@@ -73,7 +73,7 @@ def __init__(
73
def setup_once():
74
# type: () -> None
75
try:
76
- from quart import Quart
+ from quart import Quart # type: ignore
77
78
if Flask == Quart:
79
# This is Quart masquerading as Flask, don't enable the Flask
0 commit comments