mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
commit
03b33b9573
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ class OptionManager:
|
|||
version: str,
|
||||
usage: str = "%(prog)s [options] file file ...",
|
||||
parents: Optional[List[argparse.ArgumentParser]] = None,
|
||||
) -> None: # noqa: E501
|
||||
) -> None:
|
||||
"""Initialize an instance of an OptionManager.
|
||||
|
||||
:param str prog:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue