Skip to content

Commit

Permalink
Fix StepInput import not updated as of #387
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Mar 8, 2024
1 parent 80beef8 commit 207843e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/distilabel/steps/globals/huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
from datasets import Dataset
from pydantic import Field

from distilabel.steps.base import GlobalStep, RuntimeParameter
from distilabel.steps.typing import StepInput, StepOutput
from distilabel.steps.base import GlobalStep, RuntimeParameter, StepInput
from distilabel.steps.typing import StepOutput


class PushToHub(GlobalStep):
Expand Down

0 comments on commit 207843e

Please sign in to comment.