Skip to content

Commit

Permalink
style: apply updated Black rules
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 4, 2023
1 parent 9e928a0 commit 2b5b7b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/argh/dispatching.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def default_exception_processor(exc: Exception) -> str:
for line in result:
yield line
except tuple(wrappable_exceptions) as exc:

processor = getattr(
function, ATTR_WRAPPED_EXCEPTIONS_PROCESSOR, default_exception_processor
)
Expand Down
1 change: 0 additions & 1 deletion tests/test_dispatching.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def func():
@patch("argh.dispatching.add_commands")
@patch("argparse.ArgumentParser")
def test_entrypoint(ap_cls_mock, add_commands_mock, dispatch_mock):

entrypoint = argh.EntryPoint("my cool app")

# no commands
Expand Down

0 comments on commit 2b5b7b2

Please sign in to comment.