From e707febd6ffa1be77992b005e3940cc0aecd1f8e Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 18 Nov 2024 02:23:46 +0100 Subject: [PATCH] Revert the candidate/requirement formatting change --- lib/ansible/galaxy/collection/galaxy_api_proxy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/galaxy/collection/galaxy_api_proxy.py b/lib/ansible/galaxy/collection/galaxy_api_proxy.py index 367d1cd10e3..046354a395d 100644 --- a/lib/ansible/galaxy/collection/galaxy_api_proxy.py +++ b/lib/ansible/galaxy/collection/galaxy_api_proxy.py @@ -13,8 +13,7 @@ if t.TYPE_CHECKING: ConcreteArtifactsManager, ) from ansible.galaxy.dependency_resolution.dataclasses import ( - Candidate, - Requirement, + Candidate, Requirement, ) from ansible.galaxy.api import GalaxyAPI, GalaxyError