Skip to content

Commit

Permalink
added missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
jagadeeswaran-zipstack committed Dec 19, 2024
1 parent 2234a6c commit a423d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/prompt_studio/prompt_studio_core_v2/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def to_representation(self, instance): # type: ignore
)

# Fetch prompt instances
prompt_instances = ToolStudioPrompt.objects.filter(
prompt_instances: ToolStudioPrompt = ToolStudioPrompt.objects.filter(
tool_id=data.get(TSKeys.TOOL_ID)
).order_by("sequence_number")

Expand Down

0 comments on commit a423d75

Please sign in to comment.