We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4511caf commit 9d66a61Copy full SHA for 9d66a61
taskiq/result/result.py
@@ -82,7 +82,6 @@ def __getstate__(self) -> Dict[Any, Any]:
82
def _validate_error(cls, value: Any) -> Optional[BaseException]:
83
return exception_to_python(value)
84
85
-
86
else:
87
from pydantic.generics import GenericModel, validator
88
0 commit comments