Skip to content

Commit 634339f

Browse files
author
Andrew Brookins
committed
lint
1 parent e1dce23 commit 634339f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent_memory_server/dependencies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def add_task(self, func: Callable[..., Any], *args: Any, **kwargs: Any) -> None:
4545
# This runs in a thread to avoid event loop conflicts
4646
def run_in_thread():
4747
"""Run the async Docket operations in a separate thread"""
48+
4849
async def schedule_task():
4950
async with Docket(
5051
name=settings.docket_name,

0 commit comments

Comments
 (0)