Skip to content

Commit

Permalink
Merge pull request #1718 from bagerard/fix_OptionManager_docstring
Browse files Browse the repository at this point in the history
fix OptionManager outdated docstring
  • Loading branch information
asottile committed Oct 25, 2022
2 parents b71be90 + 3ec7257 commit 86268cb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/flake8/options/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,18 +319,7 @@ def __init__(
parents: list[argparse.ArgumentParser],
formatter_names: list[str],
) -> None:
"""Initialize an instance of an OptionManager.
:param prog:
Name of the actual program (e.g., flake8).
:param version:
Version string for the program.
:param usage:
Basic usage string used by the OptionParser.
:param parents:
A list of ArgumentParser objects whose arguments should also be
included.
"""
"""Initialize an instance of an OptionManager."""
self.formatter_names = formatter_names
self.parser = argparse.ArgumentParser(
prog="flake8",
Expand Down

0 comments on commit 86268cb

Please sign in to comment.