Skip to content

Commit 9ddb640

Browse files
committed
test fix for flake8
1 parent 2a621db commit 9ddb640

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ddsc/core/tests/test_download.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ def test_run(self, mock_time, mock_file_download_state, mock_print, mock_os, moc
229229

230230
@patch('ddsc.core.download.multiprocessing')
231231
def test_download_files(self, mock_multiprocessing):
232-
mock_pool = mock_multiprocessing.Pool.return_value.__enter__.return_value
233232
project_file_downloader = ProjectFileDownloader(self.config, self.dest_directory, self.project,
234233
path_filter=None)
235234
project_file_downloader.show_progress_bar = Mock()

0 commit comments

Comments
 (0)