Skip to content

Commit e5662cf

Browse files
author
mossv2
committed
lint and fix
1 parent eb225bf commit e5662cf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

plugins/membase/membase_plugin_gamesdk/membase_plugin_gamesdk.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ def switch_conversation_id(self, conversation_id: Optional[str] = None):
4141
self._multi_memory.update_conversation_id(conversation_id)
4242

4343
def reload_memory(self, conversation_id: str):
44-
self._multi_memory.load_from_hub(conversation_id)
45-
44+
self._multi_memory.load_from_hub(conversation_id)

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,3 @@ dependencies = [
3131

3232
[project.urls]
3333
"Homepage" = "https://github.com/game-by-virtuals/game-python"
34-
35-
[tool.uv.workspace]
36-
members = ["plugins/membase"]

0 commit comments

Comments
 (0)