瀏覽代碼

remove useless variable

jrobinAV 1 年之前
父節點
當前提交
6e79fdd3d3
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      tests/core/version/test_production_version_migration.py

+ 0 - 3
tests/core/version/test_production_version_migration.py

@@ -9,7 +9,6 @@
 # an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
 # an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
 # specific language governing permissions and limitations under the License.
 # specific language governing permissions and limitations under the License.
 
 
-import multiprocessing
 from unittest.mock import patch
 from unittest.mock import patch
 
 
 import pytest
 import pytest
@@ -20,8 +19,6 @@ from taipy.core.data._data_manager import _DataManager
 from taipy.core.scenario._scenario_manager import _ScenarioManager
 from taipy.core.scenario._scenario_manager import _ScenarioManager
 from tests.core.utils import assert_true_after_time
 from tests.core.utils import assert_true_after_time
 
 
-m = multiprocessing.Manager()
-
 
 
 def twice(a):
 def twice(a):
     return a * 2
     return a * 2