Skip to content

Commit

Permalink
Fix PEP-8 E128
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeLametta committed Apr 9, 2018
1 parent b5caf86 commit db8050d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions whipper/command/offset.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
# see http://www.accuraterip.com/driveoffsets.htm
# and misc/offsets.py
OFFSETS = ("+6, +667, +48, +102, +12, +30, +103, +618, +96, +594, "
"+738, +98, -472, +116, +733, +696, +120, +691, +685, "
"+99, +97, +600, +676, +690, +1292, +702, +686, -24, "
"+704, +697, +572, +1182, +688, +91, -491, +145, +689, "
"+564, +708, +86, +355, +79, -496, +679, -1164, 0, "
"+1160, -436, +694, +684, +94, +1194, +106, +681, +117, "
"+692, +943, +92, +680, +678, +682, +1268, +1279, +1473, "
"-582, -54, +674, +687, +1272, +1263, +1508, +675, "
"+534, +740, +122, -489, +974, +976, +1303, +108, +1130, "
"+111, +739, +732, -589, -495, -494, +975, +961, +935, "
"+87, +668, +234, +1776, +138, +1364, +1336, +1262, "
"+1127")
"+738, +98, -472, +116, +733, +696, +120, +691, +685, "
"+99, +97, +600, +676, +690, +1292, +702, +686, -24, "
"+704, +697, +572, +1182, +688, +91, -491, +145, +689, "
"+564, +708, +86, +355, +79, -496, +679, -1164, 0, "
"+1160, -436, +694, +684, +94, +1194, +106, +681, +117, "
"+692, +943, +92, +680, +678, +682, +1268, +1279, +1473, "
"-582, -54, +674, +687, +1272, +1263, +1508, +675, "
"+534, +740, +122, -489, +974, +976, +1303, +108, +1130, "
"+111, +739, +732, -589, -495, -494, +975, +961, +935, "
"+87, +668, +234, +1776, +138, +1364, +1336, +1262, "
"+1127")


class Find(BaseCommand):
Expand Down

0 comments on commit db8050d

Please sign in to comment.