Skip to content

Commit

Permalink
[pre-commit.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] committed Apr 1, 2024
1 parent a72e894 commit fa34fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions yapw/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Importing this module sets the level of the "pika" logger to ``WARNING``, so that consumers can use the ``DEBUG``
and ``INFO`` levels without their messages getting lost in Pika's verbosity.
"""

from __future__ import annotations

import logging
Expand Down
1 change: 1 addition & 0 deletions yapw/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def errback(exception):
decorate(decode, callback, state, channel, method, properties, body, errback)
"""

from __future__ import annotations

import logging
Expand Down

0 comments on commit fa34fe3

Please sign in to comment.