Removed unused imports
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from flask import current_app, session
|
from flask import session
|
||||||
import flask_login
|
import flask_login
|
||||||
import flask_oauthlib.client
|
import flask_oauthlib.client
|
||||||
|
|
||||||
from ..api import utils, blender_id
|
from ..api import utils
|
||||||
from ..api.utils import authentication
|
from ..api.utils import authentication
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
Reference in New Issue
Block a user