Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Jan 10, 2025
1 parent ee80c82 commit ecbd831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepeval/guardrails/api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional, List, Union, Dict
from pydantic import BaseModel

from guardrails.types import GuardType
from deepeval.guardrails.types import GuardType

BASE_URL = "https://deepeval.confident-ai.com/"

0 comments on commit ecbd831

Please sign in to comment.