فهرست منبع

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
 # specific language governing permissions and limitations under the License.
 
-import multiprocessing
 from unittest.mock import patch
 
 import pytest
@@ -20,8 +19,6 @@ from taipy.core.data._data_manager import _DataManager
 from taipy.core.scenario._scenario_manager import _ScenarioManager
 from tests.core.utils import assert_true_after_time
 
-m = multiprocessing.Manager()
-
 
 def twice(a):
     return a * 2