lefthook file back

This commit is contained in:
2022-08-14 02:26:05 +03:00
parent 22de340fdd
commit 581439b509
3 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
import factory
from faker import Faker
from tests.models import User
faker = Faker('ru_RU')

View File

@@ -1,7 +1,7 @@
""""
Dict data set for Telegram message types
"""
from typing import NamedTuple, Any
from typing import Any, NamedTuple
class User(NamedTuple):