Skip to content

Commit 33956d8

Browse files
committed
🚨 Fix formatting
Signed-off-by: Gaurav-Kumbhat <Gaurav.Kumbhat@ibm.com>
1 parent 0040dc2 commit 33956d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_detector_adapter/generative_detectors/granite_guardian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def preprocess_request(self, *args, **kwargs):
156156
# Used detector_dispatcher decorator to allow for the same function to be called
157157
# for different types of detectors with different request types etc.
158158
@detector_dispatcher(types=[DetectorType.TEXT_CHAT])
159-
def preprocess_request( # noqa: F811
159+
def preprocess_request( # noqa: F811
160160
self, request: ChatDetectionRequest
161161
) -> Union[ChatDetectionRequest, ErrorResponse]:
162162
"""Granite guardian chat request preprocess is just detector parameter updates"""

0 commit comments

Comments
 (0)