fix import order

This commit is contained in:
Robert Kaussow 2024-01-31 10:17:28 +01:00
parent 01249f2d1a
commit a835013545
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
"""Global settings object definition."""
import importlib.resources
import os
import anyconfig
@ -7,7 +8,6 @@ import jsonschema.exceptions
import pathspec
from appdirs import AppDirs
from jsonschema._utils import format_as_index
import importlib.resources
from ansiblelater import utils