mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Sort imports with ruff check --fix (#11400)
Sort imports with ruff check --fix.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
DOCUMENTATION = r"""
|
||||
module: ipmi_boot
|
||||
short_description: Management of order of boot devices
|
||||
@@ -126,8 +125,8 @@ EXAMPLES = r"""
|
||||
state: absent
|
||||
"""
|
||||
|
||||
import traceback
|
||||
import binascii
|
||||
import traceback
|
||||
|
||||
PYGHMI_IMP_ERR = None
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user