From fa34fe332af9930065b0c487b8c65c8455d9803c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:29:22 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- yapw/clients.py | 1 + yapw/decorators.py | 1 + 2 files changed, 2 insertions(+) diff --git a/yapw/clients.py b/yapw/clients.py index 28b979f..e51d38b 100644 --- a/yapw/clients.py +++ b/yapw/clients.py @@ -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 diff --git a/yapw/decorators.py b/yapw/decorators.py index 13e5ff7..c8a1b4c 100644 --- a/yapw/decorators.py +++ b/yapw/decorators.py @@ -25,6 +25,7 @@ def errback(exception): decorate(decode, callback, state, channel, method, properties, body, errback) """ + from __future__ import annotations import logging