Skip to content

Commit

Permalink
rename exec_task_fn_wrapper to task_script_runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterxgchen committed Apr 29, 2024
1 parent f2f0bb5 commit 608efe2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from nvflare.apis.utils.analytix_utils import create_analytic_dxo
from nvflare.app_common.abstract.params_converter import ParamsConverter
from nvflare.app_common.app_constant import AppConstants
from nvflare.app_common.executors.exec_task_fn_wrapper import TaskScriptRunner
from nvflare.app_common.executors.task_script_runner import TaskScriptRunner
from nvflare.app_common.tracking.tracker_types import ANALYTIC_EVENT_TYPE
from nvflare.app_common.widgets.streaming import send_analytic_dxo
from nvflare.client.api_spec import CLIENT_API_KEY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import os
import unittest

from nvflare.app_common.executors.exec_task_fn_wrapper import TaskScriptRunner
from nvflare.app_common.executors.task_script_runner import TaskScriptRunner


class TestExecTaskFuncWrapper(unittest.TestCase):
Expand Down

0 comments on commit 608efe2

Please sign in to comment.