fix coverage
This commit is contained in:
parent
dd556f052b
commit
7bf06f8ae0
|
@ -5,7 +5,7 @@ import typing
|
|||
from mitmproxy import exceptions
|
||||
from mitmproxy import flow
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
if typing.TYPE_CHECKING: # pragma: no cover
|
||||
from mitmproxy.command import CommandManager
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue