Skip to content

Commit 17c2c97

Browse files
fix: Tests
1 parent 3838ba5 commit 17c2c97

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ansys/tools/common/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import logging
2828
from pathlib import Path
2929

30-
from src.ansys.tools.common.logger_formatter import DEFAULT_FORMATTER
30+
from ansys.tools.common.logger_formatter import DEFAULT_FORMATTER
3131

3232

3333
class SingletonType(type):

tests/test_logger.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
import pytest
2727

28-
from ansys.tools.common.logger import LOGGER, CustomFormatter, Logger
28+
from ansys.tools.common.logger import LOGGER, Logger
29+
from ansys.tools.common.logger_formatter import CustomFormatter
2930

3031

3132
def test_logger_singleton():

0 commit comments

Comments
 (0)