Skip to content

Commit dfe08e3

Browse files
committed
Removed unneeded fixture
1 parent 40a0cd5 commit dfe08e3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

‎samples/model-builder/conftest.py‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ def mock_import_tabular_dataset(mock_tabular_dataset):
158158
yield mock
159159

160160

161-
@pytest.fixture
162-
def mock_import_time_series_dataset(mock_time_series_dataset):
163-
with patch.object(mock_time_series_dataset, "import_data") as mock:
164-
yield mock
165-
166-
167161
@pytest.fixture
168162
def mock_import_text_dataset(mock_text_dataset):
169163
with patch.object(mock_text_dataset, "import_data") as mock:

0 commit comments

Comments
 (0)