mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +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",
|
||||
"container_image",
|
||||
"internet_access",
|
||||
"jupyter_token",
|
||||
"is_running",
|
||||
"lab_url",
|
||||
"legacy_notebook_url",
|
||||
|
@ -141,7 +140,6 @@ class Notebook(SophonGroupModel):
|
|||
return {
|
||||
"project",
|
||||
"container_image",
|
||||
"jupyter_token",
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
@ -151,7 +149,6 @@ class Notebook(SophonGroupModel):
|
|||
"project",
|
||||
"name",
|
||||
"container_image",
|
||||
"jupyter_token",
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in a new issue