Skip to content

Commit

Permalink
Fix imports in configuration module
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 31, 2024
1 parent ab0f1a7 commit 0008315
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyklatchat_utils/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@

# from neon_utils.log_aggregators import init_log_aggregators
from ovos_config.config import Configuration
from ovos_utils.log import deprecated
from ovos_utils.log import LOG, deprecated

from utils.exceptions import MalformedConfigurationException
from utils.logging_utils import LOG
from pyklatchat_utils.exceptions import MalformedConfigurationException


class KlatConfigurationBase(ABC):
Expand Down

0 comments on commit 0008315

Please sign in to comment.