From db8050d8c47a3371caecfc1947f70861279c9304 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Mon, 9 Apr 2018 08:05:00 +0000 Subject: [PATCH] Fix PEP-8 E128 --- whipper/command/offset.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/whipper/command/offset.py b/whipper/command/offset.py index 04de5a4..0b30eb7 100644 --- a/whipper/command/offset.py +++ b/whipper/command/offset.py @@ -37,17 +37,17 @@ logger = logging.getLogger(__name__) # 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):