Skip to content

Commit 89695b7

Browse files
committed
Fix quality check
1 parent dee6428 commit 89695b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/openvino/test_genai.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- For GPU, there are known failed tests on some GPUs. This is under investigation.
77
"""
88

9+
# ruff: noqa: I001 # Avoid black/ruff conflict: ruff isort wants 2 blank lines after imports, black collapses to 1
10+
911
import gc
1012
import os
1113
import shutil

0 commit comments

Comments
 (0)