aboutsummaryrefslogtreecommitdiffstats
path: root/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'api.py')
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index 3372976..6b83d2b 100644
--- a/api.py
+++ b/api.py
@@ -53,6 +53,6 @@ class EjabberdApi:
return fn(self._login, data)
return fn(data)
- except:
+ except: # noqa: E722
# this needs to be more specific
return {}