From b1d0a737aaa84f65a57a8ed7b4acb206f98ba6d7 Mon Sep 17 00:00:00 2001 From: noopur Date: Fri, 8 Nov 2024 10:00:15 +0000 Subject: [PATCH] Corrected imports in participants Signed-off-by: noopur --- tests/openfl_e2e/models/participants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/openfl_e2e/models/participants.py b/tests/openfl_e2e/models/participants.py index 2ec3ac31f90..99cd22df6c6 100644 --- a/tests/openfl_e2e/models/participants.py +++ b/tests/openfl_e2e/models/participants.py @@ -5,9 +5,9 @@ import ruamel.yaml from datetime import datetime -import utils.constants as constants -from utils.logger import logger as log -import utils.subprocess_helper as sh +import tests.openfl_e2e.utils.constants as constants +from tests.openfl_e2e.utils.logger import logger as log +import tests.openfl_e2e.utils.subprocess_helper as sh yaml = ruamel.yaml.YAML() yaml.preserve_quotes = True