projects
/
tools
/
bmap-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a1b4ad
)
test_api_base: remove unused import
author
Artem Bityutskiy
<artem.bityutskiy@intel.com>
Tue, 28 Jan 2014 16:23:27 +0000
(18:23 +0200)
committer
Artem Bityutskiy
<artem.bityutskiy@intel.com>
Tue, 28 Jan 2014 16:30:56 +0000
(18:30 +0200)
Pylint noticed this:
W: 33, 0: Unused import random (unused-import)
Change-Id: Id7d8c5f64d2454a7c3ce077413e426f179b09ef3
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
tests/test_api_base.py
patch
|
blob
|
history
diff --git
a/tests/test_api_base.py
b/tests/test_api_base.py
index ea05f4f409dde0aa5d10404bd740e0de8b0dbfd5..0be8a25cb8cd1b46b7ffbecdb8274ebc177b622a 100644
(file)
--- 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: