Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
aureleoules committed Dec 6, 2024
1 parent efc4cec commit b9a2904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxmox/datadog_checks/proxmox/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from requests.exceptions import ConnectionError, HTTPError, InvalidURL, Timeout

from datadog_checks.base import AgentCheck # noqa: F401
from datadog_checks.checks import AgentCheck

Check failure on line 9 in proxmox/datadog_checks/proxmox/check.py

View workflow job for this annotation

GitHub Actions / run / Validate

Detected deprecated import: `from datadog_checks.checks import AgentCheck`, run "ddev validate imports --autofix" to fix.


class ProxmoxCheck(AgentCheck):
Expand Down

0 comments on commit b9a2904

Please sign in to comment.