diff --git a/foo.py b/foo.py deleted file mode 100644 index 8c47c2a395..0000000000 --- a/foo.py +++ /dev/null @@ -1,5 +0,0 @@ -def function_with_nesting(): - """Foo bar documentation.""" - @overload - def nested_overloaded_func(a: int) -> str: - ...