fix: remove leftover merge markers in tools.py

This commit is contained in:
2025-08-16 19:01:28 +00:00
parent 8bca179ba5
commit 00245ef40b

View File

@@ -541,13 +541,8 @@ class PeriodicNotesToolHandler(ToolHandler):
if type not in valid_types:
raise RuntimeError(f"Invalid type: {type}. Must be one of: {', '.join(valid_types)}")
<<<<<<< ours
api = create_obsidian_api()
content = api.get_periodic_note(period)
=======
api = create_obsidian_api()
content = api.get_periodic_note(period)
>>>>>>> theirs
return [
TextContent(