diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-16 14:00:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-16 14:00:05 +0200 |
commit | 7d19268279b4bed221c7f0ab0a7321f69d694725 (patch) | |
tree | 89b47d04b1045be1382e46d36b207d8cb7793509 /bin | |
parent | 43315b1e8f06e0f23b83c733211c34ffa546ee06 (diff) | |
download | jenkins.debian.net-7d19268279b4bed221c7f0ab0a7321f69d694725.tar.xz |
reproducible: dont import unused library
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/make_graph.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py index a438820c..ad0e34cc 100755 --- a/bin/make_graph.py +++ b/bin/make_graph.py @@ -7,7 +7,6 @@ import os import sys -import string from rpy2 import robjects from rpy2.robjects.packages import importr |