From 398d3f0f161cd3b663572d92e529e64bc43c13ab Mon Sep 17 00:00:00 2001 From: Julia <611228+hithwen@users.noreply.github.com> Date: Wed, 16 Jun 2021 10:04:20 +0200 Subject: [PATCH] Use Agent 8 signature (#9523) --- disk/datadog_checks/disk/disk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk/datadog_checks/disk/disk.py b/disk/datadog_checks/disk/disk.py index 6a6d0c8acfc579..7a1d9d16296f33 100644 --- a/disk/datadog_checks/disk/disk.py +++ b/disk/datadog_checks/disk/disk.py @@ -106,7 +106,7 @@ def __init__(self, name, init_config, instances): self.devices_label = {} - def check(self, instance): + def check(self, _): """Get disk space/inode stats""" if self._tag_by_label and Platform.is_linux(): self.devices_label = self._get_devices_label()