Sort imports.

This commit is contained in:
Felix Fontein
2025-10-11 15:56:14 +02:00
parent 68907ac994
commit b515b76278
16 changed files with 38 additions and 22 deletions

View File

@@ -10,6 +10,11 @@ __metaclass__ = type
import datetime
import pytest
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import (
MagicMock,
)
from freezegun import freeze_time
from ansible_collections.community.crypto.plugins.module_utils.acme.backend_cryptography import (
HAS_CURRENT_CRYPTOGRAPHY,
CryptographyBackend,
@@ -21,10 +26,6 @@ from ansible_collections.community.crypto.plugins.module_utils.time import (
UTC,
ensure_utc_timezone,
)
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import (
MagicMock,
)
from freezegun import freeze_time
from ..test_time import TIMEZONES
from .backend_data import (