Added whitespace (E226)

This commit is contained in:
Groosha 2021-05-18 23:23:30 +03:00
parent c38b6b3908
commit 1bdc5d40e9

View file

@ -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