Skip to content

Commit

Permalink
BlockNameInErrors: Expose PipelineBlockError at the top of the library
Browse files Browse the repository at this point in the history
#128

Signed-off-by: Gabe Goodhart <[email protected]>
  • Loading branch information
gabe-l-hart committed Jul 17, 2024
1 parent aa9fb2a commit ceb5a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/instructlab/sdg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"ImportBlock",
"LLMBlock",
"Pipeline",
"PipelineBlockError",
"PipelineConfigParserError",
"PipelineContext",
"SamplePopulatorBlock",
Expand All @@ -33,6 +34,7 @@
SIMPLE_PIPELINES_PACKAGE,
EmptyDatasetError,
Pipeline,
PipelineBlockError,
PipelineConfigParserError,
PipelineContext,
)
Expand Down

0 comments on commit ceb5a82

Please sign in to comment.