Add linters config

This commit is contained in:
2022-01-01 20:48:39 +03:00
parent a7cfff3170
commit f062b41ce8
16 changed files with 179 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
from enum import Enum
from datetime import datetime
from enum import Enum
import ormar
@@ -12,8 +12,8 @@ class BaseMeta(ormar.ModelMeta):
class UploadBackends(str, Enum):
aiogram = 'aiogram'
telethon = 'telethon'
aiogram = "aiogram"
telethon = "telethon"
class UploadedFile(ormar.Model):