code format

This commit is contained in:
pycook
2019-11-07 19:17:10 +08:00
parent 47692c16ef
commit 02ea6afa9c
32 changed files with 205 additions and 253 deletions

View File

@@ -1,13 +1,13 @@
# -*- coding:utf-8 -*-
from celery import Celery
from flask_bcrypt import Bcrypt
from flask_caching import Cache
from flask_cors import CORS
from flask_login import LoginManager
from flask_migrate import Migrate
from flask_sqlalchemy import SQLAlchemy
from flask_cors import CORS
from celery import Celery
from api.lib.utils import RedisHandler