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 732d5f9 commit 657075cCopy full SHA for 657075c
services/web/server/src/simcore_service_webserver/exporter/_formatter/xlsx/code_description.py
@@ -28,8 +28,8 @@ class RRIDEntry(BaseModel):
28
29
class TSREntry(BaseModel):
30
references: list[str]
31
- target_level: int | None # max value allowed
32
- current_level: int | None # current selection
+ target_level: int | None = None # max value allowed
+ current_level: int | None = None # current selection
33
34
35
class CodeDescriptionModel(BaseModel):
0 commit comments