From 7338a8778df9f4f5f9d0b6e9ef9b4d8218296b23 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Wed, 18 Oct 2023 15:47:47 +0200 Subject: [PATCH] fix import --- icon_service_base/database/create_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/icon_service_base/database/create_config.py b/icon_service_base/database/create_config.py index cf09dfb..9cacaa3 100644 --- a/icon_service_base/database/create_config.py +++ b/icon_service_base/database/create_config.py @@ -3,7 +3,6 @@ from pathlib import Path from typing import Optional, TypeVar from confz import BaseConfig, FileSource -from loguru import logger logger = logging.getLogger(__name__)