dang it darglint

This commit is contained in:
Khaleel Al-Adhami 2024-11-06 18:03:58 -08:00
parent 28b854321d
commit e0898f79f1

View File

@ -68,9 +68,6 @@ def serializer(
Returns:
The decorated function.
Raises:
ValueError: If the function does not take a single argument.
"""
def wrapper(fn: SERIALIZED_FUNCTION) -> SERIALIZED_FUNCTION: