Skip to content

Commit a02855f

Browse files
committed
code formatting
1 parent c1ad164 commit a02855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openvino/aot_optimize_and_infer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def validate_model(
177177
return accuracy_score(predictions, targets)
178178

179179

180-
def main(
180+
def main( # noqa: C901
181181
suite: str,
182182
model_name: str,
183183
input_shape,

0 commit comments

Comments
 (0)