clearing out the remaining references to the flask_sso library.

This commit is contained in:
Dan Funk 2020-05-22 08:01:33 -04:00
parent 4627318818
commit 1cc9a60bfe
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ from flask_cors import CORS
from flask_marshmallow import Marshmallow
from flask_migrate import Migrate
from flask_sqlalchemy import SQLAlchemy
from flask_sso import SSO
logging.basicConfig(level=logging.INFO)