Skip to content

Commit 9d66a61

Browse files
committed
fix format
1 parent 4511caf commit 9d66a61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

taskiq/result/result.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def __getstate__(self) -> Dict[Any, Any]:
8282
def _validate_error(cls, value: Any) -> Optional[BaseException]:
8383
return exception_to_python(value)
8484

85-
8685
else:
8786
from pydantic.generics import GenericModel, validator
8887

0 commit comments

Comments
 (0)