aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask
diff options
context:
space:
mode:
authorJohn Nduli2024-09-24 10:00:45 +0300
committerBonfaceKilz2024-11-07 09:12:20 +0300
commitbb98553aea6d217f791f886c1bd2f2570a7477ef (patch)
tree05e550fc5578761022aebc3e3c1a95e4f2b75f31 /gn2/wqflask
parent74bb4f5c299885fd17a98d36cbeebd1d27ef6a99 (diff)
downloadgenenetwork2-bb98553aea6d217f791f886c1bd2f2570a7477ef.tar.gz
refactor: remove unused imports
Diffstat (limited to 'gn2/wqflask')
-rw-r--r--gn2/wqflask/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/views.py b/gn2/wqflask/views.py
index f073859c..473b86e9 100644
--- a/gn2/wqflask/views.py
+++ b/gn2/wqflask/views.py
@@ -484,7 +484,7 @@ def docedit():
return render_template("docedit.html", **doc.__dict__)
else:
return "You shouldn't be here!"
- except:
+ except Exception:
return "You shouldn't be here!"