remove Python2 some constructs/docs/comments (#10892)

* remove Python2 some constructs/docs/comments

* add changelog frag
This commit is contained in:
Alexei Znamensky
2025-10-11 06:15:01 +13:00
committed by GitHub
parent 5f471b8e5b
commit 633bd6133a
12 changed files with 22 additions and 47 deletions

View File

@@ -15,7 +15,7 @@ from ansible_collections.community.internal_test_tools.tests.unit.plugins.module
from pytest import importorskip
# Skip this test if python 2 so datadog_api_client cannot be installed
# Skip this test if datadog_api_client cannot be installed
datadog_api_client = importorskip("datadog_api_client")
Downtime = datadog_api_client.v1.model.downtime.Downtime
DowntimeRecurrence = datadog_api_client.v1.model.downtime_recurrence.DowntimeRecurrence