Skip to content

Commit

Permalink
ci: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and jmgate committed Jan 29, 2024
1 parent 5150bc1 commit 2d05e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reverse_argparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Provide the :class:`ReverseArgumentParser` class and
:func:`quote_arg_if_necessary` helper function.
"""

from .reverse_argparse import ReverseArgumentParser, quote_arg_if_necessary

__all__ = ["ReverseArgumentParser", "quote_arg_if_necessary"]
Expand Down

0 comments on commit 2d05e81

Please sign in to comment.