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