Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: recipe_engine/unittests/post_process_test.py

Issue 2702313003: Remove unused imports and fix some other linter errors. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipe_engine/unittests/post_process_test.py
diff --git a/recipe_engine/unittests/post_process_test.py b/recipe_engine/unittests/post_process_test.py
index 01b6e2a5679a68e8b85cc6b8d53a368858c096f3..1c5d3b4c06e34185a9a1b64844d23a132c111295 100755
--- a/recipe_engine/unittests/post_process_test.py
+++ b/recipe_engine/unittests/post_process_test.py
@@ -3,10 +3,6 @@
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
-import copy
-import json
-import os
-import subprocess
import sys
import unittest
@@ -14,8 +10,6 @@ from collections import OrderedDict
import test_env
-import mock
-
from recipe_engine import post_process
from recipe_engine import checker

Powered by Google App Engine
This is Rietveld 408576698