Skip to content

Commit

Permalink
Remove unused root logger
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreso committed Aug 19, 2024
1 parent 622d99c commit ff99bbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ert/shared/storage/extraction.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
from __future__ import annotations

import logging
from typing import Dict, Mapping, Union

from ert.config.gen_kw_config import GenKwConfig
from ert.storage import Experiment

logger = logging.getLogger()

_PRIOR_NAME_MAP = {
"NORMAL": "normal",
"LOGNORMAL": "lognormal",
Expand Down

0 comments on commit ff99bbf

Please sign in to comment.