Skip to content

Commit

Permalink
remove duplicate event class declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Aug 14, 2023
1 parent 7fd934b commit eaa3923
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jupyter_scheduler/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,3 @@ class JobFeature(str, Enum):
output_filename_template = "output_filename_template"
stop_job = "stop_job"
delete_job = "delete_job"


class Event(BaseModel):
event_id: str
event_type: str
parameters: Dict[str, Any]

0 comments on commit eaa3923

Please sign in to comment.