redefine type lint
This commit is contained in:
parent
41038ebdf4
commit
9c1b3996f3
@ -1,4 +1,6 @@
|
||||
# ecc_rs.pyi
|
||||
|
||||
def add(p1: tuple[int, int], p2: tuple[int, int]) -> tuple[int, int]: ...
|
||||
def multiply(point: tuple[int, int], n: int) -> tuple[int, int]: ...
|
||||
point = tuple[int, int]
|
||||
|
||||
def add(p1: point, p2: point) -> point: ...
|
||||
def multiply(point: point, n: int) -> point: ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user