From 1e82283133cbd1a0d1d5f6a488df0656c81f0c57 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 2 Sep 2025 04:13:43 +0000 Subject: [PATCH] fix(tags): Fix import order. --- unshackle/core/utils/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unshackle/core/utils/tags.py b/unshackle/core/utils/tags.py index f6c8c91..329392f 100644 --- a/unshackle/core/utils/tags.py +++ b/unshackle/core/utils/tags.py @@ -8,10 +8,10 @@ import tempfile from difflib import SequenceMatcher from pathlib import Path from typing import Optional, Tuple +from xml.sax.saxutils import escape import requests from requests.adapters import HTTPAdapter, Retry -from xml.sax.saxutils import escape from unshackle.core import binaries from unshackle.core.config import config