Skip to content

Commit

Permalink
remove __init__ for Task class
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Sep 26, 2024
1 parent d64a6a0 commit 863d210
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions whisper_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ class Task(BaseModel):
status: Status = Status.CREATED
id: str | None = None

def __init__(self, input_uri, output_uri):
self.input_uri = input_uri
self.output_uri = output_uri


all_tasks = [
{
Expand Down

0 comments on commit 863d210

Please sign in to comment.