Skip to content

Commit 438ced1

Browse files
committed
fix: fixed import
1 parent 7a054f1 commit 438ced1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autointent/generation/intents/prompt_scheme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from pydantic import BaseModel, field_validator
44

5-
from autointent.generation.utterances.prompts import PROMPT_DESCRIPTION
5+
from autointent.generation.intents.prompts import PROMPT_DESCRIPTION
66

77

88
class PromptDescription(BaseModel):

0 commit comments

Comments
 (0)