Blacken and isort code

This commit is contained in:
Tulir Asokan
2021-12-21 01:36:24 +02:00
parent f2af17d359
commit 6d25e9687e
55 changed files with 3752 additions and 2018 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
from typing import NewType
TelegramID = NewType('TelegramID', int)
TelegramID = NewType("TelegramID", int)