Skip to content

Commit 23446db

Browse files
committed
Prevents functions being applied twice.
1 parent 09cc40b commit 23446db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

premise/logger.py

-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
"""
44

55
import logging.config
6-
from logging.handlers import QueueHandler
76
from multiprocessing import Queue
87
from pathlib import Path
98

10-
import yaml
11-
129
from .filesystem_constants import DATA_DIR
1310

1411
LOG_CONFIG = DATA_DIR / "utils" / "logging" / "logconfig.yaml"

0 commit comments

Comments
 (0)