We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa475b9 commit 4fa57abCopy full SHA for 4fa57ab
src/template/sample.py
@@ -18,7 +18,6 @@ def add(a: float, b: float) -> float:
18
-------
19
float
20
The sum of a and b.
21
-
22
"""
23
return a + b
24
0 commit comments