We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6923f4 commit e6ea0b8Copy full SHA for e6ea0b8
1 file changed
src/cookiecutter_scverse_instance/pp/basic.py
@@ -96,3 +96,9 @@ def elaborate_example(
96
break
97
98
return result
99
+
100
101
+def another_uncovered_function():
102
+ x = 1 + 1
103
+ x = x ** 2
104
+ return x
0 commit comments