Skip to content

Commit 8f0a342

Browse files
committed
Add optional world type
1 parent 3092f0f commit 8f0a342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/manager/launcher/launcher_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
class LauncherTools(BaseModel):
5656
module: str = ".".join(__name__.split(".")[:-1])
57-
world_type: str
57+
world_type: Optional[str] = None
5858
tools: list[str]
5959
tools_config: Optional[dict] = None
6060
launchers: Optional[ILauncher] = []

0 commit comments

Comments
 (0)