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:
|
if type not in valid_types:
|
||||||
raise RuntimeError(f"Invalid type: {type}. Must be one of: {', '.join(valid_types)}")
|
raise RuntimeError(f"Invalid type: {type}. Must be one of: {', '.join(valid_types)}")
|
||||||
|
|
||||||
<<<<<<< ours
|
|
||||||
api = create_obsidian_api()
|
api = create_obsidian_api()
|
||||||
content = api.get_periodic_note(period)
|
content = api.get_periodic_note(period)
|
||||||
=======
|
|
||||||
api = create_obsidian_api()
|
|
||||||
content = api.get_periodic_note(period)
|
|
||||||
>>>>>>> theirs
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
TextContent(
|
TextContent(
|
||||||
|
Reference in New Issue
Block a user