summaryrefslogtreecommitdiff
path: root/pgweb/misc/views.py
diff options
context:
space:
mode:
authorMagnus Hagander2014-01-01 15:33:29 +0000
committerMagnus Hagander2014-01-01 15:33:52 +0000
commit94e3b79dceb9ea08de1c0fe2b5b448fec7a316c9 (patch)
treeeed75bd18aacbb04f99682010afde613428e3a50 /pgweb/misc/views.py
parent756aa6ffbe71f387ae5fa2885dce893b075db9f2 (diff)
Replace wildcard imports with explicit ones
Diffstat (limited to 'pgweb/misc/views.py')
-rw-r--r--pgweb/misc/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/misc/views.py b/pgweb/misc/views.py
index 4cfed8b2..0c243390 100644
--- a/pgweb/misc/views.py
+++ b/pgweb/misc/views.py
@@ -12,7 +12,7 @@ from pgweb.util.misc import send_template_mail
from pgweb.core.models import Version
-from forms import *
+from forms import SubmitBugForm
@csrf_exempt
def submitbug(request):