Move output to connection utils

Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
Katarzyna Treder
2024-12-10 12:29:44 +01:00
parent 513f006d17
commit 161cc7957a
17 changed files with 15 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ import portalocker
from log.html_log_config import HtmlLogConfig
from log.html_log_manager import HtmlLogManager
from log.html_presentation_policy import html_policy
from test_utils.output import Output
from connection.utils.output import Output
from test_utils.singleton import Singleton