Skip to content

Commit

Permalink
make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlvarezJarreta committed Aug 30, 2024
1 parent c3a6022 commit 1d69828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ensembl/utils/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
class ArgumentError(Exception):
"""An error from creating an argument (optional or positional)."""


class ArgumentParser(argparse.ArgumentParser):
"""Extends `argparse.ArgumentParser` with additional methods and functionality.
Expand Down
2 changes: 1 addition & 1 deletion tests/argparse/test_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def test_add_numeric_argument(
value_type: Callable[[str], int | float],
min_value: int | float | None,
max_value: int | float | None,
expectation: ContextManager
expectation: ContextManager,
) -> None:
"""Tests `ArgumentParser.add_numeric_argument()` method.
Expand Down

0 comments on commit 1d69828

Please sign in to comment.