Skip to content

Commit 6031ad9

Browse files
committed
Fix lintrunner
1 parent b14a37d commit 6031ad9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

backends/nxp/nxp_backend.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,12 @@ def preprocess( # noqa C901
285285
neutron_model = NeutronConverterManager(
286286
dump_kernel_selection_code
287287
).convert(
288-
tflite_model,
289-
target,
290-
delegation_tag,
291-
fetch_constants_to_sram,
288+
tflite_model,
289+
target,
290+
delegation_tag,
291+
fetch_constants_to_sram,
292292
use_profiling,
293-
)
293+
)
294294
tmp.seek(0)
295295
log_output = tmp.read().decode()
296296
# Get mapping from tflite to neutron

0 commit comments

Comments
 (0)