mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
chore(lint): Apply comprehensive linting and formatting fixes (#10287)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -7,9 +7,7 @@ from openhands.storage.data_models.conversation_status import ConversationStatus
|
||||
|
||||
@dataclass
|
||||
class AgentLoopInfo:
|
||||
"""
|
||||
Information about an agent loop - the URL on which to locate it and the event store
|
||||
"""
|
||||
"""Information about an agent loop - the URL on which to locate it and the event store"""
|
||||
|
||||
conversation_id: str
|
||||
url: str | None
|
||||
|
||||
@@ -9,8 +9,7 @@ from openhands.storage.data_models.conversation_status import ConversationStatus
|
||||
|
||||
@dataclass
|
||||
class ConversationInfo:
|
||||
"""
|
||||
Information about a conversation. This combines conversation metadata with
|
||||
"""Information about a conversation. This combines conversation metadata with
|
||||
information on whether a conversation is currently running
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user