E502: the backslash is redundant between brackets
Signed-off-by: Radostin Stoyanov <[email protected]>
---
virtinst/progress.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtinst/progress.py b/virtinst/progress.py
index 51d5254d..1ae41931 100644
--- a/virtinst/progress.py
+++ b/virtinst/progress.py
@@ -371,7 +371,7 @@ class RateEstimator:
# First update, on reget is the file size
if self.last_amount_read:
self.last_update_time = now
- self.ave_rate = self._temporal_rolling_ave(\
+ self.ave_rate = self._temporal_rolling_ave(
time_diff, read_diff, self.ave_rate, self.timescale)
self.last_amount_read = amount_read
# print 'results', time_diff, read_diff, self.ave_rate
--
2.17.2
_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list