Skip to content

Commit 13f8075

Browse files
committed
Fixed linting
1 parent 3ac05b4 commit 13f8075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/flask.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
flask_login = None
2828

2929
try:
30-
from flask import Flask, Markup, Request
30+
from flask import Flask, Markup, Request # type: ignore
3131
from flask import __version__ as FLASK_VERSION # type: ignore
32-
from flask import _app_ctx_stack, _request_ctx_stack
32+
from flask import _app_ctx_stack, _request_ctx_stack # type: ignore
3333
from flask.signals import (
3434
before_render_template,
3535
got_request_exception,

0 commit comments

Comments
 (0)