summaryrefslogtreecommitdiff
path: root/obsapi/httpapi.py
diff options
context:
space:
mode:
authorScott Bahling <sbahling@suse.com>2020-02-12 18:35:39 +0100
committerScott Bahling <sbahling@suse.com>2020-02-12 18:35:39 +0100
commit9b0d40c28f86e58df131b7971e2c0640d77a01a1 (patch)
treee75f9b1d034618f4677db75a5cc933bbc68f8e8b /obsapi/httpapi.py
parent85b2803d4e566e6db08270034f4b397e3874afea (diff)
downloadobsapi-9b0d40c28f86e58df131b7971e2c0640d77a01a1.tar.gz
obsapi-9b0d40c28f86e58df131b7971e2c0640d77a01a1.tar.xz
obsapi-9b0d40c28f86e58df131b7971e2c0640d77a01a1.zip
Remove unused assignment
Diffstat (limited to 'obsapi/httpapi.py')
-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'