Merge pull request #1486 from PyCQA/stray-noqa

remove stray noqa
This commit is contained in:
Anthony Sottile 2021-12-07 16:08:24 -05:00 committed by GitHub
commit 03b33b9573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: