Remove erroneous foo.py file

This commit is contained in:
Charlie Marsh 2022-10-30 19:19:49 -04:00
parent 138b06c98a
commit 97fc281779

5
foo.py
View file

@ -1,5 +0,0 @@
def function_with_nesting():
"""Foo bar documentation."""
@overload
def nested_overloaded_func(a: int) -> str:
...