Skip to content

Commit 936f3d5

Browse files
committed
fix bug using python 3.12 functionality
1 parent 752a680 commit 936f3d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/config/storage_finder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from abc import ABC, abstractmethod
44
from pathlib import Path
55
from typing import List
6-
from src.logger import logger
6+
import logging
7+
logger = logging.getLogger(__name__)
78

89

910
class StorageFinderBase(ABC):

0 commit comments

Comments
 (0)