Skip to content

Commit d6dd0d4

Browse files
committed
Fix imports
1 parent 60d124d commit d6dd0d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e3sm_to_cmip/_logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import os
55
from datetime import datetime, timezone
66

7-
87
DEFAULT_LOG_LEVEL = logging.INFO
98
DEFAULT_LOG_DIR = "e2c_logs"
109
DEFAULT_LOGPATH = f"{DEFAULT_LOG_DIR}/e2c_root_log-{datetime.now(timezone.utc).strftime('%Y%m%d_%H%M%S_%f')}.log"

0 commit comments

Comments
 (0)