mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-19 11:45:40 +00:00
12 lines
178 B
Python
12 lines
178 B
Python
"""Stub."""
|
|
|
|
|
|
class Ruffed:
|
|
"""Stub."""
|
|
|
|
def __call__(self, a, b) -> None:
|
|
"""
|
|
:param a: table rows
|
|
:param b: table rows
|
|
"""
|
|
pass
|