diff --git a/foo.py b/foo.py deleted file mode 100644 index bf331166c2..0000000000 --- a/foo.py +++ /dev/null @@ -1,12 +0,0 @@ -"""Stub.""" - - -class Ruffed: - """Stub.""" - - def __call__(self, a, b) -> None: - """ - :param a: table rows - :param b: table rows - """ - pass