mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 20:54:51 +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
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Reference in a new issue