From 9df9867a0a2b192947d654a01b2f3dfb44d43397 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 13:11:28 +0000 Subject: [PATCH] style: pre-commit fixes --- src/HH4b/log_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/HH4b/log_utils.py b/src/HH4b/log_utils.py index 4018259d..e341da62 100644 --- a/src/HH4b/log_utils.py +++ b/src/HH4b/log_utils.py @@ -1,4 +1,6 @@ ## https://fangpenlin.com/posts/2012/08/26/good-logging-practice-in-python/ +from __future__ import annotations + log_config = { "version": 1, "disable_existing_loggers": False, # this fixes the problem about many loggers