From 89d1439e98de7ac1735610168ff4ca1b4e45e8c1 Mon Sep 17 00:00:00 2001 From: Peter Barabas Date: Tue, 22 Nov 2016 10:29:41 +0100 Subject: Remove unused imports Change-Id: Icb51f3fdec962c6f92e27e63b57bc30e8e6c75bb Signed-off-by: Peter Barabas --- deploy/deploy-config.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'deploy/deploy-config.py') diff --git a/deploy/deploy-config.py b/deploy/deploy-config.py index d2567d97b..5f5699cd7 100644 --- a/deploy/deploy-config.py +++ b/deploy/deploy-config.py @@ -31,17 +31,7 @@ import time import collections import hashlib -from functools import reduce -from operator import or_ from common import ( - log, - exec_cmd, - err, - warn, - check_file_exists, - create_dir_if_not_exists, - delete, - check_if_root, ArgParser, ) -- cgit 1.2.3-korg