mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 09:37:37 +00:00
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
Block a user