aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/upload_nano_results/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/upload_nano_results/__init__.py')
-rw-r--r--infra/bots/recipe_modules/upload_nano_results/__init__.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/infra/bots/recipe_modules/upload_nano_results/__init__.py b/infra/bots/recipe_modules/upload_nano_results/__init__.py
deleted file mode 100644
index eac65b7336..0000000000
--- a/infra/bots/recipe_modules/upload_nano_results/__init__.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2017 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.
-
-DEPS = [
- 'build/file',
- 'recipe_engine/path',
- 'recipe_engine/properties',
- 'recipe_engine/step',
- 'recipe_engine/time',
-]