[PR #11400/236b9c0e backport][stable-12] Sort imports with ruff check --fix (#11409)

Sort imports with ruff check --fix (#11400)

Sort imports with ruff check --fix.

(cherry picked from commit 236b9c0e04)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2026-01-09 19:36:52 +01:00
committed by GitHub
parent ebaf2e71d5
commit b769b0bc01
829 changed files with 1644 additions and 1692 deletions

View File

@@ -11,8 +11,8 @@
from __future__ import annotations
import os
import json
import os
import traceback
import typing as t
@@ -23,15 +23,15 @@ if t.TYPE_CHECKING:
try:
import footmark
import footmark.ecs
import footmark.slb
import footmark.vpc
import footmark.rds
import footmark.ess
import footmark.sts
import footmark.dns
import footmark.ram
import footmark.ecs
import footmark.ess
import footmark.market
import footmark.ram
import footmark.rds
import footmark.slb
import footmark.sts
import footmark.vpc
FOOTMARK_IMP_ERR = None
HAS_FOOTMARK = True