Skip to content

Commit 7e3ac39

Browse files
fixed lint
1 parent 35a1840 commit 7e3ac39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uipath/agent/react/conversational_prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from dataclasses import asdict, dataclass
66
from datetime import datetime, timezone
77
from enum import Enum
8-
from typing import Any, Optional
8+
from typing import Optional
99

1010
from uipath.agent.models.agent import AgentDefinition, LowCodeAgentDefinition
1111

0 commit comments

Comments
 (0)