1
0

fix flake8 fails

This commit is contained in:
Richard van der Hoff
2019-09-25 10:25:00 +01:00
parent 1f0713b458
commit fe2bdc7f55
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ from synapse.api.errors import (
)
from synapse.api.ratelimiting import Ratelimiter
from synapse.handlers.ui_auth import INTERACTIVE_AUTH_CHECKERS
from synapse.handlers.ui_auth.checkers import UserInteractiveAuthChecker
from synapse.logging.context import defer_to_thread
from synapse.module_api import ModuleApi
from synapse.types import UserID

View File

@@ -19,4 +19,4 @@ TODO: move more stuff out of AuthHandler in here.
"""
from synapse.handlers.ui_auth.checkers import INTERACTIVE_AUTH_CHECKERS
from synapse.handlers.ui_auth.checkers import INTERACTIVE_AUTH_CHECKERS # noqa: F401