Skip to content

Commit

Permalink
fix guards
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Jan 10, 2025
1 parent 38584e8 commit ee80c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepeval/guardrails/base_guard.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from abc import ABC, abstractmethod
from typing import Optional, Dict
from guardrails.types import GuardType
from deepeval.guardrails.types import GuardType


class BaseDecorativeGuard(ABC):
Expand Down

0 comments on commit ee80c82

Please sign in to comment.