File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,9 +191,7 @@ async def _create_sandbox(
191191 network = SandboxNetworkConfig (** network ) if network else UNSET ,
192192 )
193193 if auto_resume_enabled is not None :
194- body .auto_resume = SandboxAutoResumeConfig (
195- enabled = auto_resume_enabled
196- )
194+ body .auto_resume = SandboxAutoResumeConfig (enabled = auto_resume_enabled )
197195
198196 api_client = get_api_client (config )
199197 res = await post_sandboxes .asyncio_detailed (
Original file line number Diff line number Diff line change @@ -190,9 +190,7 @@ def _create_sandbox(
190190 network = SandboxNetworkConfig (** network ) if network else UNSET ,
191191 )
192192 if auto_resume_enabled is not None :
193- body .auto_resume = SandboxAutoResumeConfig (
194- enabled = auto_resume_enabled
195- )
193+ body .auto_resume = SandboxAutoResumeConfig (enabled = auto_resume_enabled )
196194
197195 api_client = get_api_client (config )
198196 res = post_sandboxes .sync_detailed (
You can’t perform that action at this time.
0 commit comments