.
This commit is contained in:
@@ -53,9 +53,6 @@ class DLPService:
|
||||
Raises:
|
||||
Exception: If DLP API call fails (returns original text on error)
|
||||
"""
|
||||
if not text or not text.strip():
|
||||
return text
|
||||
|
||||
try:
|
||||
# Build content item
|
||||
byte_content_item = types.ByteContentItem(
|
||||
|
||||
Reference in New Issue
Block a user