Skip to content

Commit

Permalink
adding a Pipeline import
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Apr 19, 2024
1 parent 8e1383c commit b835530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sageworks/core/pipelines/pipeline_executor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
"""PipelineExecutor: Internal Class: Executes a SageWorks Pipeline"""

import logging

# SageWorks Imports
from sageworks.api import DataSource, FeatureSet, Model, Endpoint
from sageworks.api.model import ModelType
from sageworks.api.pipeline import Pipeline


class PipelineExecutor:
Expand Down

0 comments on commit b835530

Please sign in to comment.