Skip to content

Commit

Permalink
Corrected imports in participants
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Nov 8, 2024
1 parent 8604b3f commit b1d0a73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/openfl_e2e/models/participants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1d0a73

Please sign in to comment.