From a83501354504cdc8baa7f7f9efc696ded60dedc7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 31 Jan 2024 10:17:28 +0100 Subject: [PATCH] fix import order --- ansiblelater/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansiblelater/settings.py b/ansiblelater/settings.py index 4147851..9402853 100644 --- a/ansiblelater/settings.py +++ b/ansiblelater/settings.py @@ -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