refactoring

This commit is contained in:
Devaev Maxim
2019-06-06 04:04:13 +03:00
parent 6d7996924f
commit 288fb05ea5
5 changed files with 25 additions and 13 deletions

View File

@@ -26,13 +26,13 @@ from typing import List
from typing import Dict
from typing import Optional
from ... import aiotools
from ...logging import get_logger
from ...plugins.auth import BaseAuthService
from ...plugins.auth import get_auth_service_class
from ... import aiotools
# =====
class AuthManager: