This commit is contained in:
2026-05-18 12:21:05 +02:00
parent 3f30621630
commit 4b29448b33

View File

@@ -21,7 +21,6 @@ when GET works), which would make this guard test non-deterministic.
from __future__ import annotations from __future__ import annotations
import os import os
import sys
import unittest import unittest
from tempfile import TemporaryDirectory from tempfile import TemporaryDirectory
from urllib.parse import urlparse from urllib.parse import urlparse