We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3092f0f commit 8f0a342Copy full SHA for 8f0a342
1 file changed
manager/manager/launcher/launcher_tools.py
@@ -54,7 +54,7 @@
54
55
class LauncherTools(BaseModel):
56
module: str = ".".join(__name__.split(".")[:-1])
57
- world_type: str
+ world_type: Optional[str] = None
58
tools: list[str]
59
tools_config: Optional[dict] = None
60
launchers: Optional[ILauncher] = []
0 commit comments