mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Merge pull request #2488 from MatthewShao/options-into-own-addon
Fix minor typing mistake in mitmproxy/tools/main.py
This commit is contained in:
commit
d02c825427
@ -60,7 +60,7 @@ def run(
|
|||||||
master_cls: typing.Type[master.Master],
|
master_cls: typing.Type[master.Master],
|
||||||
make_parser: typing.Callable[[options.Options], argparse.ArgumentParser],
|
make_parser: typing.Callable[[options.Options], argparse.ArgumentParser],
|
||||||
arguments: typing.Sequence[str],
|
arguments: typing.Sequence[str],
|
||||||
extra=typing.Callable[[typing.Any], dict]
|
extra: typing.Callable[[typing.Any], dict] = None
|
||||||
): # pragma: no cover
|
): # pragma: no cover
|
||||||
"""
|
"""
|
||||||
extra: Extra argument processing callable which returns a dict of
|
extra: Extra argument processing callable which returns a dict of
|
||||||
|
Loading…
Reference in New Issue
Block a user