some fixes

This commit is contained in:
2022-07-10 21:52:57 +03:00
parent cb798dc554
commit 910f8f59e6
7 changed files with 52 additions and 24 deletions

View File

@@ -1,5 +1,4 @@
from graphql import GraphQLResolveInfo
from datetime import datetime, timedelta
from transliterate import translit
from urllib.parse import quote_plus
@@ -8,7 +7,7 @@ from auth.authorize import Authorize
from auth.identity import Identity
from auth.password import Password
from auth.email import send_confirm_email, send_auth_email, send_reset_password_email
from orm import User, UserStorage, Role, UserRole
from orm import User, Role
from orm.base import local_session
from resolvers.base import mutation, query
from resolvers.profile import get_user_info