Skip to content

Commit 1c4d5a7

Browse files
authored
Remove duplicate imports in state.py
1 parent fddf107 commit 1c4d5a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/src/agent/state.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99

1010
import operator
11-
from dataclasses import dataclass, field
12-
from typing_extensions import Annotated
1311

1412

1513
class OverallState(TypedDict):

0 commit comments

Comments
 (0)