Skip to content

Commit dbabb11

Browse files
committed
hopefully the last of linter work needed
1 parent 859c8be commit dbabb11

File tree

1 file changed

+0
-3
lines changed
  • redis_enterprise_prometheus/datadog_checks/redis_enterprise_prometheus

1 file changed

+0
-3
lines changed

redis_enterprise_prometheus/datadog_checks/redis_enterprise_prometheus/check.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66

77

88
class RedisEnterprisePrometheusCheck(OpenMetricsBaseCheckV2):
9-
109
# This will be the prefix of every metric and service check the integration sends
1110
__NAMESPACE__ = "rdse2"
1211

1312
def __init__(self, name, init_config, instances):
14-
1513
super(RedisEnterprisePrometheusCheck, self).__init__(name, init_config, instances)
1614
self.instance.setdefault("tls_verify", False)
1715
self.check_initializations.appendleft(self._parse_config)
@@ -53,7 +51,6 @@ def _parse_config(self):
5351
self.scraper_configs.append(config)
5452

5553
def get_default_config(self):
56-
5754
metrics = []
5855
for dm in DEFAULT_METRICS:
5956
metrics.append(dm)

0 commit comments

Comments
 (0)