Skip to content

Commit

Permalink
Use Agent 8 signature (#9523)
Browse files Browse the repository at this point in the history
  • Loading branch information
hithwen authored and alexandre-normand committed Jun 23, 2021
1 parent 0ce131b commit 398d3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disk/datadog_checks/disk/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 398d3f0

Please sign in to comment.