Fix W293 lint errors in task.py docstrings

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2026-01-03 17:34:16 +00:00
parent 563e2eccbd
commit 5b8e42c028

View File

@@ -1,5 +1,6 @@
from __future__ import annotations from __future__ import annotations
from collections.abc import Callable
from concurrent.futures import Future from concurrent.futures import Future
from copy import copy as shallow_copy from copy import copy as shallow_copy
import datetime import datetime
@@ -11,7 +12,6 @@ from pathlib import Path
import threading import threading
from typing import ( from typing import (
Any, Any,
Callable,
ClassVar, ClassVar,
cast, cast,
get_args, get_args,