Skip to content

Commit 888fa5a

Browse files
committed
Cleanup imports
1 parent 46ba72c commit 888fa5a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pipelex/core/pipe_abstract.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from pipelex.core.working_memory import WorkingMemory
1010
from pipelex.exceptions import PipeStackOverflowError
1111
from pipelex.pipeline.job_metadata import JobMetadata
12-
from pipelex.types import StrEnum
1312

1413

1514
class PipeAbstract(ABC, BaseModel):

0 commit comments

Comments
 (0)