Skip to content

Commit

Permalink
Correct path to utils module.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasciutto committed Dec 1, 2023
1 parent 37d89a9 commit a16121a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clpipe/config/options.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import collections.abc
from dataclasses import dataclass, field
from typing import List
import marshmallow_dataclass
Expand All @@ -7,7 +6,7 @@
from pathlib import Path
from typing import Union
from .package import VERSION
from utils import get_logger
from ..utils import get_logger

DEFAULT_CONFIG_FILE_NAME = "clpipe_config.json"
DEFAULT_PROCESSING_STREAM = "default"
Expand Down

0 comments on commit a16121a

Please sign in to comment.