summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-01-24 00:10:30 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2016-01-25 01:56:49 +0100
commit33444268f3d37af033bd1731294168e54aba7b4c (patch)
tree5121608c515bec1f57b51e71fdc949c58f1cce34
parent9f24d8bd26e7dd3b7e36294edee31be7a37fa650 (diff)
downloadweb-33444268f3d37af033bd1731294168e54aba7b4c.tar.gz
web-33444268f3d37af033bd1731294168e54aba7b4c.tar.bz2
web-33444268f3d37af033bd1731294168e54aba7b4c.zip
Remove unused import
-rw-r--r--accounts/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/accounts/__init__.py b/accounts/__init__.py
index d52a724..e0b53b6 100644
--- a/accounts/__init__.py
+++ b/accounts/__init__.py
@@ -6,7 +6,6 @@ import os
from copy import deepcopy
from flask import flash, Flask, g, redirect, request, session
from utils import *
-from uuid import uuid4
from views import admin