We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ba72c commit 888fa5aCopy full SHA for 888fa5a
1 file changed
pipelex/core/pipe_abstract.py
@@ -9,7 +9,6 @@
9
from pipelex.core.working_memory import WorkingMemory
10
from pipelex.exceptions import PipeStackOverflowError
11
from pipelex.pipeline.job_metadata import JobMetadata
12
-from pipelex.types import StrEnum
13
14
15
class PipeAbstract(ABC, BaseModel):
0 commit comments