Narrow Files backend import surfaces

This commit is contained in:
2026-07-21 03:16:23 +02:00
parent d1051293b2
commit 3bc1d3489e
4 changed files with 34 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ from importlib import import_module
import mimetypes
from typing import Any
from urllib.parse import quote, unquote, urljoin, urlsplit
import xml.etree.ElementTree as ET
import xml.etree.ElementTree as ET # nosec B405 - typing/element creation only; parsing uses defusedxml below.
from defusedxml import ElementTree as SafeElementTree
import httpx