mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +00:00
🔧 Remove the JupyterToken from the fields of the default serializer
This commit is contained in:
parent
25da603a66
commit
f2a450f166
1 changed files with 0 additions and 3 deletions
|
@ -123,7 +123,6 @@ class Notebook(SophonGroupModel):
|
||||||
"locked_by",
|
"locked_by",
|
||||||
"container_image",
|
"container_image",
|
||||||
"internet_access",
|
"internet_access",
|
||||||
"jupyter_token",
|
|
||||||
"is_running",
|
"is_running",
|
||||||
"lab_url",
|
"lab_url",
|
||||||
"legacy_notebook_url",
|
"legacy_notebook_url",
|
||||||
|
@ -141,7 +140,6 @@ class Notebook(SophonGroupModel):
|
||||||
return {
|
return {
|
||||||
"project",
|
"project",
|
||||||
"container_image",
|
"container_image",
|
||||||
"jupyter_token",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
@ -151,7 +149,6 @@ class Notebook(SophonGroupModel):
|
||||||
"project",
|
"project",
|
||||||
"name",
|
"name",
|
||||||
"container_image",
|
"container_image",
|
||||||
"jupyter_token",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue