Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Jul 11, 2024
1 parent afc36ef commit e1c8ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/experimental/interface/cli/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
WORKSPACE,
print_tree,
)
from openfl.experimental.interface.cli.plan import freeze_plan
from openfl.experimental.workspace_export import WorkspaceExport
from openfl.utilities.path_check import is_directory_traversal
from openfl.utilities.utils import rmtree
from openfl.utilities.workspace import dump_requirements_file
from plan import freeze_plan

logger = getLogger(__name__)

Expand Down

0 comments on commit e1c8ef4

Please sign in to comment.