We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d1e80 commit 51d2893Copy full SHA for 51d2893
jupyter_scheduler/models.py
@@ -57,7 +57,7 @@ class RuntimeEnvironment(BaseModel):
57
default_compute_type: Optional[str] # Should be a member of the compute_types list
58
utc_only: Optional[bool]
59
notifications_enabled: bool = False
60
- notification_events: List[Type[NotificationEvent]] = [e for e in NotificationEvent]
+ notification_events: List[Type[NotificationEvent]] = []
61
62
def __str__(self):
63
return self.json()
0 commit comments