From 9b0d40c28f86e58df131b7971e2c0640d77a01a1 Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Wed, 12 Feb 2020 18:35:39 +0100 Subject: Remove unused assignment --- obsapi/httpapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obsapi/httpapi.py') 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' -- cgit v1.2.3