Blacken and isort code
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from typing import NewType
|
||||
|
||||
TelegramID = NewType('TelegramID', int)
|
||||
TelegramID = NewType("TelegramID", int)
|
||||
|
||||
Reference in New Issue
Block a user