Update return type annotation to use Pydantic dataclass

This commit is contained in:
2024-02-03 10:14:22 -05:00
parent 3673f76031
commit 3bee84f4fa
+1 -1
View File
@@ -19,7 +19,7 @@ ENABLE_PYDANTIC = True
def returns_model(model, is_array=False):
"""Decorator that returns a Pydantic model.
"""Decorator that returns a Pydantic dataclass.
If Pydantic is not enabled, the original return value is returned.
"""