summaryrefslogtreecommitdiff
path: root/routes/answer.py
diff options
context:
space:
mode:
Diffstat (limited to 'routes/answer.py')
-rw-r--r--routes/answer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/routes/answer.py b/routes/answer.py
index e224b44..89b6aa8 100644
--- a/routes/answer.py
+++ b/routes/answer.py
@@ -1,6 +1,5 @@
-from app import app
+from app import app, D
from flask import render_template, session, request, redirect
-import db_actions as D
from routes.tools import rows2dicts, get_alert, get_nick, csrf_check