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
|
|
@ -67,7 +67,7 @@ from .typing import TemplateTestCallable
|
|||
from .wrappers import Request
|
||||
from .wrappers import Response
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
if t.TYPE_CHECKING: # pragma: no cover
|
||||
import typing_extensions as te
|
||||
from .blueprints import Blueprint
|
||||
from .testing import FlaskClient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue