From ced42e5dff443a933fedcbac9afe4f32ac147f8c Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Tue, 28 Jan 2014 18:23:27 +0200 Subject: [PATCH] test_api_base: remove unused import Pylint noticed this: W: 33, 0: Unused import random (unused-import) Change-Id: Id7d8c5f64d2454a7c3ce077413e426f179b09ef3 Signed-off-by: Artem Bityutskiy --- tests/test_api_base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_api_base.py b/tests/test_api_base.py index ea05f4f..0be8a25 100644 --- a/tests/test_api_base.py +++ b/tests/test_api_base.py @@ -30,7 +30,6 @@ import os import tempfile import filecmp import itertools -import random # This is a work-around for Centos 6 try: -- 2.34.1