mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Fix type for Master.opts to accept None (#7752)
This commit is contained in:
parent
b5ac8e62ea
commit
2d5db47bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class Master:
|
|||
|
||||
def __init__(
|
||||
self,
|
||||
opts: options.Options,
|
||||
opts: options.Options | None,
|
||||
event_loop: asyncio.AbstractEventLoop | None = None,
|
||||
with_termlog: bool = False,
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue