fix: remove leftover merge markers in tools.py
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user