diff options
| author | Christian Cunningham <cc@local.lan> | 2026-03-05 14:57:35 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2026-03-05 14:57:35 -0800 |
| commit | 693e4fc288bdbd6389c51407ee2e162d30051f86 (patch) | |
| tree | 46866ee2468002a848f967528f5e0be30f81a12b /bad_function.py | |
| parent | c25c79f1ba719cd999ff81568622c4c3ad8171d8 (diff) | |
Cleanup script
Diffstat (limited to 'bad_function.py')
| -rw-r--r-- | bad_function.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bad_function.py b/bad_function.py new file mode 100644 index 0000000..bdd45ce --- /dev/null +++ b/bad_function.py @@ -0,0 +1,2 @@ +def myfunc(a: int, b: float) -> int: + return a * b ** 0.5 |
