From 53c1a1537d1c18a548763c8bc3ce41f74dc3d91b Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 7 Nov 2025 11:50:18 +0100 Subject: [PATCH] ruff --- src/ifcopenshell-python/test/test_package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/test/test_package.py b/src/ifcopenshell-python/test/test_package.py index 5d0e6fc719..137c1079bf 100644 --- a/src/ifcopenshell-python/test/test_package.py +++ b/src/ifcopenshell-python/test/test_package.py @@ -18,7 +18,7 @@ import http.client from pathlib import Path -from typing import Sequence +from collections.abc import Sequence from typing_extensions import assert_never from urllib.parse import urlparse