Run pre-commit (#4163)

This commit is contained in:
Graham Neubig
2024-10-02 00:52:02 -04:00
committed by GitHub
parent 240a470a1d
commit 178dbfaf4a
12 changed files with 40 additions and 22 deletions

View File

@@ -8,7 +8,10 @@ import requests
from openhands.core.logger import openhands_logger as logger
from openhands.runtime.builder import RuntimeBuilder
from openhands.runtime.utils.request import send_request
from openhands.runtime.utils.shutdown_listener import should_exit, sleep_if_should_continue
from openhands.runtime.utils.shutdown_listener import (
should_exit,
sleep_if_should_continue,
)
class RemoteRuntimeBuilder(RuntimeBuilder):