mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[flake8] Resolve E1?? errors (#3805)
This commit is contained in:
committed by
Maxime Beauchemin
parent
35810ce2bf
commit
690de862e8
@@ -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((
|
||||
|
||||
Reference in New Issue
Block a user