Wrap line

This commit is contained in:
kris 2020-12-07 20:48:05 +00:00
parent 194da9a509
commit 54369a620f

View File

@ -102,5 +102,5 @@ def candidate_opcodes(
pruned_opcodes = tuple(pruned_opcodes)
# Precompute and return the hash since it's relatively expensive to
# recompute.
return hash(pruned_opcodes), pruned_opcodes, numpy.array(pruned_cycles,
dtype=numpy.float32)
return hash(pruned_opcodes), pruned_opcodes, numpy.array(
pruned_cycles, dtype=numpy.float32)