🚨 Optimized python-imports

This commit is contained in:
Mawoka
2022-03-06 16:29:20 +01:00
parent c4f7e74191
commit 725cb4caee
11 changed files with 58 additions and 49 deletions
+6 -4
View File
@@ -1,9 +1,11 @@
import uuid
from json import loads
from typing import Union
import ormar
from classquiz.config import redis, settings
from classquiz.db.models import User
import ormar
import uuid
from typing import Union
from json import loads, dumps
async def cache_account(criteria: str, content: str) -> Union[User, None]: