Skip to content

Commit 0bbccf4

Browse files
committed
Remove redundant model_config
1 parent a9acc80 commit 0bbccf4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cloudai/systems/standalone/standalone_system.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
import logging
1818

19-
from pydantic import ConfigDict
20-
2119
from cloudai.core import BaseJob, System
2220
from cloudai.util import CommandShell
2321

@@ -29,8 +27,6 @@ class StandaloneSystem(System):
2927
This class is used for systems that execute commands directly without a job scheduler.
3028
"""
3129

32-
model_config = ConfigDict(extra="forbid", arbitrary_types_allowed=True)
33-
3430
scheduler: str = "standalone"
3531
monitor_interval: int = 1
3632
cmd_shell: CommandShell = CommandShell()

0 commit comments

Comments
 (0)