We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e4539 commit 5a5e648Copy full SHA for 5a5e648
1 file changed
funcs/func_misformatted.txt
@@ -0,0 +1,7 @@
1
+def sum(x: float, y: float) -> float:
2
+ return x + y
3
+
4
+def misformatted_func(
5
+var1, var2, var3
6
+):
7
+ print(var1, var2, var3)
0 commit comments