[flake8] Resolve E1?? errors (#3805)

This commit is contained in:
John Bodley
2017-11-10 12:06:22 -08:00
committed by Maxime Beauchemin
parent 35810ce2bf
commit 690de862e8
18 changed files with 127 additions and 110 deletions

View File

@@ -33,8 +33,9 @@ class DummyStatsLogger(BaseStatsLogger):
Fore.CYAN + "[stats_logger] (incr) " + key + Style.RESET_ALL)
def decr(self, key):
logging.debug(Fore.CYAN + "[stats_logger] (decr) " + key +
Style.RESET_ALL)
logging.debug((
Fore.CYAN + "[stats_logger] (decr) " + key +
Style.RESET_ALL))
def gauge(self, key, value):
logging.debug((