Skip to content

Commit d472531

Browse files
committed
updated for python10 compatilbility
1 parent 5880cca commit d472531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codetide/agents/tide/agent.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
from prompt_toolkit.key_binding import KeyBindings
2323
from prompt_toolkit import PromptSession
2424
from pydantic import BaseModel, Field, model_validator
25-
from typing import List, Optional, Self
25+
from typing_extensions import Self
26+
from typing import List, Optional
2627
from datetime import date
2728
from pathlib import Path
2829
from ulid import ulid

0 commit comments

Comments
 (0)