mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-27 20:37:54 +00:00
Remove useless definition
PyCharm will complain about Long not being a bytes, let's not care.
This commit is contained in:
parent
024e3280c1
commit
b07c13a513
@ -35,9 +35,6 @@ class Int(Object):
|
||||
class Long(Int):
|
||||
SIZE = 8
|
||||
|
||||
def __new__(cls, *args):
|
||||
return super().__new__(cls, *args)
|
||||
|
||||
|
||||
class Int128(Int):
|
||||
SIZE = 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user