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
|
|
@ -17,7 +17,7 @@ from .typing import TemplateTestCallable
|
|||
from .typing import URLDefaultCallable
|
||||
from .typing import URLValuePreprocessorCallable
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
if t.TYPE_CHECKING: # pragma: no cover
|
||||
from .app import Flask
|
||||
from .typing import ErrorHandlerCallable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue