Skip to content

Commit f4b3301

Browse files
committed
Fix Style
1 parent 85c925a commit f4b3301

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/openvino/test_exporters_cli.py

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def test_exporters_cli_tokenizers(self, task: str, model_type: str):
146146
if number_of_tokenizers == 1:
147147
self.assertTrue("Detokenizer is not supported, convert tokenizer only." in output, output)
148148

149-
150149
@parameterized.expand(SUPPORTED_ARCHITECTURES)
151150
def test_exporters_cli_fp16(self, task: str, model_type: str):
152151
with TemporaryDirectory() as tmpdir:

0 commit comments

Comments
 (0)