mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Sort imports with ruff check --fix (#11400)
Sort imports with ruff check --fix.
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
import re
|
||||
import traceback
|
||||
from operator import itemgetter
|
||||
|
||||
|
||||
PARAMIKO_IMPORT_ERROR: str | None
|
||||
try:
|
||||
from paramiko.config import SSHConfig
|
||||
|
||||
Reference in New Issue
Block a user