[virt-tools-list] [PATCH 13/17] progress: Resolve E502

Radostin Stoyanov rstoyanov1 at gmail.com
Thu Oct 25 12:37:54 UTC 2018


E502: the backslash is redundant between brackets

Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
 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




More information about the virt-tools-list mailing list