Skip to content

Commit 48ac9e9

Browse files
committed
Fixing code quality feedback from CI
1 parent c3a4a14 commit 48ac9e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/models/shieldgemma2/test_processing_shieldgemma2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import os
1818
import shutil
1919
import tempfile
20-
from typing import Optional
2120
import unittest
2221

2322
from parameterized import parameterized

utils/check_repo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
"models/vision_text_dual_encoder/test_modeling_flax_vision_text_dual_encoder.py",
168168
"models/decision_transformer/test_modeling_decision_transformer.py",
169169
"models/bark/test_modeling_bark.py",
170+
"models/shieldgemma2/test_modeling_shieldgemma2.py",
170171
]
171172

172173
# Update this list for models that are not in any of the auto MODEL_XXX_MAPPING. Being in this list is an exception and

0 commit comments

Comments
 (0)