Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre authored and Thiago Crepaldi committed Apr 29, 2024
1 parent b8af43d commit 92dc3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dort_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def make_aot_ort(

export_options = torch.onnx.ExportOptions(dynamic_shapes=dynamic)

def inline_function(*args, **kwargs):
def inline_function(*args, **kwargs): # pylint: disable=unused-argument
first_model_proto = args[0]

next_model = inline_local_functions(first_model_proto)
Expand Down

0 comments on commit 92dc3a3

Please sign in to comment.