From f2d8d08984f3a47c67e18db24c6ab6b3e82b3c77 Mon Sep 17 00:00:00 2001 From: Fede Date: Thu, 18 Jul 2024 16:17:59 +0300 Subject: [PATCH] organise imports --- junifer/utils/tests/test_logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/junifer/utils/tests/test_logging.py b/junifer/utils/tests/test_logging.py index b1515bbfc2..92a1102efa 100644 --- a/junifer/utils/tests/test_logging.py +++ b/junifer/utils/tests/test_logging.py @@ -9,6 +9,7 @@ from pathlib import Path import pytest + from junifer.utils.logging import ( _close_handlers, configure_logging,