Skip to content

Commit c9b613c

Browse files
committed
Remove unused import patch
1 parent 1f4c271 commit c9b613c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/test/build_api/build_api_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def tearDown(self):
6666
@patch('tools.toolchains.mbedToolchain.need_update',
6767
side_effect=[i % 2 for i in range(3000)])
6868
@patch('os.mkdir')
69-
@patch('tools.toolchains.exists', return_value=True)
7069
@patch('tools.toolchains.mbedToolchain.dump_build_profile')
7170
@patch('tools.utils.run_cmd', return_value=(b'', b'', 0))
7271
def test_always_complete_build(self, *_):

0 commit comments

Comments
 (0)