Skip to content

Commit 2805b3f

Browse files
committed
chore: fix ruff UP035 in watcher
Made-with: Cursor
1 parent d425f67 commit 2805b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ctxeng/watcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
import threading
66
import time
7+
from collections.abc import Callable
78
from dataclasses import dataclass
89
from pathlib import Path
9-
from typing import Callable
1010

1111
from ctxeng.models import Context
1212

0 commit comments

Comments
 (0)