fix: handle memory:// url format in read_note tool

This commit is contained in:
phernandez
2025-02-15 12:00:03 -06:00
parent 65ebe5d194
commit e0803734e6
6 changed files with 30 additions and 6 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
"""Types and utilities for file sync."""
from dataclasses import dataclass, field
from typing import Set, Dict, Optional
from typing import Set, Dict
from watchfiles import Change