mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 21:33:00 +00:00
Sort imports.
This commit is contained in:
@@ -13,6 +13,8 @@ import sys
|
||||
|
||||
import pytest
|
||||
from ansible.module_utils.common.collections import is_sequence
|
||||
from freezegun import freeze_time
|
||||
|
||||
from ansible_collections.community.crypto.plugins.module_utils.time import (
|
||||
UTC,
|
||||
add_or_remove_timezone,
|
||||
@@ -24,7 +26,6 @@ from ansible_collections.community.crypto.plugins.module_utils.time import (
|
||||
get_relative_time_option,
|
||||
remove_timezone,
|
||||
)
|
||||
from freezegun import freeze_time
|
||||
|
||||
|
||||
TIMEZONES = [
|
||||
|
||||
Reference in New Issue
Block a user