mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 11:56: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,
|
||||
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