We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3838ba5 commit 17c2c97Copy full SHA for 17c2c97
src/ansys/tools/common/logger.py
@@ -27,7 +27,7 @@
27
import logging
28
from pathlib import Path
29
30
-from src.ansys.tools.common.logger_formatter import DEFAULT_FORMATTER
+from ansys.tools.common.logger_formatter import DEFAULT_FORMATTER
31
32
33
class SingletonType(type):
tests/test_logger.py
@@ -25,7 +25,8 @@
25
26
import pytest
-from ansys.tools.common.logger import LOGGER, CustomFormatter, Logger
+from ansys.tools.common.logger import LOGGER, Logger
+from ansys.tools.common.logger_formatter import CustomFormatter
def test_logger_singleton():
0 commit comments