mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added whitespace (E226)
This commit is contained in:
parent
c38b6b3908
commit
1bdc5d40e9
1 changed files with 1 additions and 1 deletions
|
|
@ -68,5 +68,5 @@ class Chat(TelegramObject):
|
|||
Finally, self.id is substracted from that number
|
||||
"""
|
||||
short_id = str(self.id).replace("-100", "")
|
||||
shift = int(-1 * pow(10, len(short_id)+2))
|
||||
shift = int(-1 * pow(10, len(short_id) + 2))
|
||||
return shift - self.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue