mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2026-02-03 11:20:56 +03:00
lefthook file back
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import factory
|
||||
from faker import Faker
|
||||
|
||||
from tests.models import User
|
||||
|
||||
faker = Faker('ru_RU')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
""""
|
||||
Dict data set for Telegram message types
|
||||
"""
|
||||
from typing import NamedTuple, Any
|
||||
from typing import Any, NamedTuple
|
||||
|
||||
|
||||
class User(NamedTuple):
|
||||
|
||||
Reference in New Issue
Block a user