Skip to content

Commit c118caf

Browse files
committed
Remove unused code
1 parent 0574778 commit c118caf

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

dimos/memory2/module.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ def _resolve_path(cls, v: str | Path) -> Path:
167167
return p
168168

169169

170-
class RecorderConfig(MemoryModuleConfig):
171-
overwrite: bool = True
172-
default_frame_id: str = "base_link"
173-
tf_tolerance: float = 0.5
174-
175-
176170
class MemoryModule(Module):
177171
"""Base class for memory-related modules, like recorders and search systems.
178172
Provides a config with a db_path for the module's MemoryStore, and common start/stop logic.

0 commit comments

Comments
 (0)