Skip to content

Commit 790fc40

Browse files
pre-commit-ci[bot]andrii-i
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2661b6f commit 790fc40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jupyter_scheduler/models.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class EventType(BaseModel):
15-
name: str
15+
name: str
1616
parameters: Dict[str, Any]
1717

1818

@@ -307,7 +307,8 @@ class JobFeature(str, Enum):
307307
stop_job = "stop_job"
308308
delete_job = "delete_job"
309309

310+
310311
class Event(BaseModel):
311312
event_id: str
312313
event_type: str
313-
parameters: Dict[str, str]
314+
parameters: Dict[str, str]

0 commit comments

Comments
 (0)