Skip to content

Commit

Permalink
fix: imports bug
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Oct 8, 2024
1 parent 185669a commit 376d3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hemm/eval_pipelines/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .eval_pipeline import EvaluationPipeline
from .model import BaseDiffusionModel

__all__ = ["BaseDiffusionModel", "EvaluationPipeline"]
__all__ = ["EvaluationPipeline"]

0 comments on commit 376d3ab

Please sign in to comment.