From dc176a0987e145c68409f8bd299540d40d71b244 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 15 Apr 2016 11:14:02 +0200 Subject: resolving flake8 warnings --- talerbank/talerconfig.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'talerbank/talerconfig.py') diff --git a/talerbank/talerconfig.py b/talerbank/talerconfig.py index 5a8f8a1..2215104 100644 --- a/talerbank/talerconfig.py +++ b/talerbank/talerconfig.py @@ -21,7 +21,6 @@ Requires the taler-config utility from the GNU Taler exchange to be available in $PATH """ -import sys import shutil import subprocess @@ -30,6 +29,7 @@ import subprocess cmd = "taler-config" + class TalerConfig: def __init__(self, filename=None): self.filename = filename @@ -64,4 +64,3 @@ class TalerConfig: if r != 0: raise Exception("error running taler-config") return v - -- cgit v1.2.3