mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Sort imports with ruff check --fix (#11400)
Sort imports with ruff check --fix.
This commit is contained in:
@@ -5,13 +5,12 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
import pytest
|
||||
import atexit
|
||||
|
||||
from .FakeAnsibleModule import FailJsonException
|
||||
import pytest
|
||||
from ansible.module_utils.ansible_release import __version__ as ANSIBLE_VERSION
|
||||
|
||||
from .FakeAnsibleModule import FailJsonException
|
||||
|
||||
testcase_module_local_conn = {
|
||||
"params": [
|
||||
|
||||
Reference in New Issue
Block a user