aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main/info/index.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-13 12:37:03 +0000
committerGravatar Gareth Coles <[email protected]>2018-03-13 12:37:03 +0000
commit9493f50bac6b8cbf9de7d025da184fe63ee0dc8a (patch)
treef554c4798211914d4611970bf16fab8390d2a970 /pysite/views/main/info/index.py
parentUpdate info section with an index (diff)
Remove unused import
Diffstat (limited to 'pysite/views/main/info/index.py')
-rw-r--r--pysite/views/main/info/index.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pysite/views/main/info/index.py b/pysite/views/main/info/index.py
index 4c44f01c..06a9a2c3 100644
--- a/pysite/views/main/info/index.py
+++ b/pysite/views/main/info/index.py
@@ -1,6 +1,4 @@
# coding=utf-8
-from flask import redirect
-
from pysite.base_route import RouteView