| Index: infra_libs/ts_mon/common/test/stubs.py
 | 
| diff --git a/infra_libs/ts_mon/common/test/stubs.py b/infra_libs/ts_mon/common/test/stubs.py
 | 
| deleted file mode 100644
 | 
| index 3e6b675212f55390691a27cbf7ddfdbffd47debf..0000000000000000000000000000000000000000
 | 
| --- a/infra_libs/ts_mon/common/test/stubs.py
 | 
| +++ /dev/null
 | 
| @@ -1,16 +0,0 @@
 | 
| -# Copyright 2015 The Chromium Authors. All rights reserved.
 | 
| -# Use of this source code is governed by a BSD-style license that can be
 | 
| -# found in the LICENSE file.
 | 
| -
 | 
| -import mock
 | 
| -
 | 
| -from infra_libs.ts_mon.common import monitors
 | 
| -from infra_libs.ts_mon.common import targets
 | 
| -
 | 
| -
 | 
| -def MockMonitor():  # pragma: no cover
 | 
| -  return mock.MagicMock(monitors.Monitor)
 | 
| -
 | 
| -
 | 
| -def MockTarget():  # pragma: no cover
 | 
| -  return mock.MagicMock(targets.Target)
 | 
| 
 |