Merge pull request #2511 from jakedt/fixwarnings

Fixwarnings
This commit is contained in:
Jake Moshenko 2017-04-06 16:12:20 -04:00 committed by GitHub
commit a8ec7865a7
11 changed files with 106 additions and 86 deletions

View file

@ -2,7 +2,7 @@ import bcrypt
import logging
import json
import uuid
from flask.ext.login import UserMixin
from flask_login import UserMixin
from peewee import JOIN_LEFT_OUTER, IntegrityError, fn
from uuid import uuid4