Skip to content

Commit

Permalink
remove redundant mock_environ since it is common module
Browse files Browse the repository at this point in the history
  • Loading branch information
srcansiz committed Jan 12, 2023
1 parent 8ebb03e commit 86fe39a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_data_manager.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import unittest

import numpy as np
from unittest.mock import patch, MagicMock

import pandas as pd

import testsupport.mock_node_environ # noqa (remove flake8 false warning)

from torch.utils.data import Dataset
from fedbiomed.common.data import DataManager
from fedbiomed.common.data._torch_data_manager import TorchDataManager
Expand Down

0 comments on commit 86fe39a

Please sign in to comment.