From 00245ef40bb10d02021524565a48bb50e7927cfc Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 16 Aug 2025 19:01:28 +0000 Subject: [PATCH] fix: remove leftover merge markers in tools.py --- src/mcp_obsidian/tools.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mcp_obsidian/tools.py b/src/mcp_obsidian/tools.py index a7b8818..d5b172a 100644 --- a/src/mcp_obsidian/tools.py +++ b/src/mcp_obsidian/tools.py @@ -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(