Skip to content

Commit 9391669

Browse files
committed
Fix the function signature of simplest_c example
1 parent 3c9caaf commit 9391669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
def square(__x: float, __y: float) -> float: ...
1+
def square(__x: float) -> float: ...

0 commit comments

Comments
 (0)