Skip to content

Commit 281259b

Browse files
committed
mypy;
1 parent 9a21230 commit 281259b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/flask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(
7373
def setup_once():
7474
# type: () -> None
7575
try:
76-
from quart import Quart
76+
from quart import Quart # type: ignore
7777

7878
if Flask == Quart:
7979
# This is Quart masquerading as Flask, don't enable the Flask

0 commit comments

Comments
 (0)