Skip to content

Commit d35326e

Browse files
committed
long line
1 parent 51601ff commit d35326e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lighthouse/execution/runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ def _prepare_args(inputs):
164164
func = self.engine.lookup(function_name)
165165
func(args)
166166

167-
# If an argument access callback is provided, use it to recover the output data from the device after execution.
167+
# If an argument access callback is provided,
168+
# use it to recover the output data from the device after execution.
168169
if argument_access_callback is not None:
169170
argument_access_callback(
170171
inputs, execution_engine=self.engine, memory_manager=mem_manager

0 commit comments

Comments
 (0)