Remove extraneous test file

This commit is contained in:
Charlie Marsh 2022-12-04 13:59:55 -05:00
parent 46a99243cd
commit 0c9c6a1c1c

12
foo.py
View file

@ -1,12 +0,0 @@
"""Stub."""
class Ruffed:
"""Stub."""
def __call__(self, a, b) -> None:
"""
:param a: table rows
:param b: table rows
"""
pass