summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obsapi/httpapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obsapi/httpapi.py b/obsapi/httpapi.py
index 1b16fcb..db52050 100644
--- a/obsapi/httpapi.py
+++ b/obsapi/httpapi.py
@@ -8,7 +8,7 @@ from .null import Null
try:
import osc.conf as osc_conf
-except Exception as e:
+except Exception:
osc_conf = None
DEFAULTAPIURL = 'https://api.opensuse.org'