Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Oct 16, 2024
1 parent 60d124d commit d6dd0d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e3sm_to_cmip/_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
from datetime import datetime, timezone


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

0 comments on commit d6dd0d4

Please sign in to comment.