Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldygg committed Nov 24, 2024
1 parent 1f88b8e commit 93ba965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/brokers/base/middlewares.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ async def __aenter__(self):

async def __aexit__(
self,
exc_type = None,
exc_val = None,
exc_tb = None,
exc_type=None,
exc_val=None,
exc_tb=None,
):
mock.exit_inner()
mock.pub("inner")
Expand Down

0 comments on commit 93ba965

Please sign in to comment.