Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
Co-authored-by: komeil Parseh <[email protected]>
  • Loading branch information
greyli and mmdbalkhi authored Aug 24, 2022
1 parent c516c18 commit d8c1459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apiflask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from flask.globals import request_ctx
except ImportError:
from flask.globals import _request_ctx_stack
request_ctx = None
request_ctx = None # type: ignore
from flask.wrappers import Response

with warnings.catch_warnings():
Expand Down

0 comments on commit d8c1459

Please sign in to comment.