Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tofarr committed Dec 30, 2024
1 parent 2fc946f commit 97af62f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openhands/storage/file_conversation_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ async def exists(self, conversation_id: str) -> bool:
@classmethod
async def get_instance(cls, config: AppConfig, token: str | None):
file_store = get_file_store(config.file_store, config.file_store_path)
return FileConversationStore(file_store)
return FileConversationStore(file_store)

0 comments on commit 97af62f

Please sign in to comment.