mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
style: remove redundant noqa on re-exported GuardDecision
Ruff lint flagged this as unused because GuardDecision is re-exported via __all__. Removing the noqa satisfies ruff without changing behavior.
This commit is contained in:
parent
903a3bc588
commit
e39709a673
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ try:
|
|||
from conduct_litellm_guard.guardrail import (
|
||||
ConductGuardBlocked as ConductGuardrailBlocked,
|
||||
)
|
||||
from conduct_litellm_guard.guardrail import GuardDecision # noqa: F401 — re-exported
|
||||
from conduct_litellm_guard.guardrail import GuardDecision
|
||||
|
||||
_IMPORT_ERROR: ImportError | None = None
|
||||
except ImportError as _e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue