forked from orbit-oss/flask
skip coverage for TYPE_CHECKING
This commit is contained in:
parent
127df57a06
commit
a74e266474
13 changed files with 13 additions and 13 deletions
|
|
@ -14,7 +14,7 @@ from .globals import _request_ctx_stack
|
|||
from .json import dumps as json_dumps
|
||||
from .sessions import SessionMixin
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
if t.TYPE_CHECKING: # pragma: no cover
|
||||
from werkzeug.test import TestResponse
|
||||
|
||||
from .app import Flask
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue