We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb75e19 commit b9933ecCopy full SHA for b9933ec
1 file changed
memory_management.py
@@ -14,7 +14,7 @@
14
class MemoryManager:
15
16
@staticmethod
17
- def fetch_memory_files(memory_folder: str):
+ def fetch_memory_files(memory_folder: str) -> tuple[list[str], dict[str, str]]:
18
"""Fetch memory files from memory_folder/conformance_test_memory."""
19
memory_path = os.path.join(memory_folder, CONFORMANCE_TEST_MEMORY_SUBFOLDER)
20
if not os.path.exists(memory_path):
0 commit comments