From f0a1efa1f2a922d6cc4a0f0e9391beffef333240 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 25 Oct 2025 15:27:46 +0200 Subject: [PATCH] ruff --fix --- src/ifcopenshell-python/ifcopenshell/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/__init__.py b/src/ifcopenshell-python/ifcopenshell/__init__.py index 5e04f006d7..c12d619b58 100644 --- a/src/ifcopenshell-python/ifcopenshell/__init__.py +++ b/src/ifcopenshell-python/ifcopenshell/__init__.py @@ -59,7 +59,8 @@ import sys import zipfile import tempfile from pathlib import Path -from typing import Optional, Sequence, Union, TYPE_CHECKING, Any, overload, Literal +from typing import Optional, Union, TYPE_CHECKING, Any, overload, Literal +from collections.abc import Sequence if TYPE_CHECKING: import ifcopenshell.express.schema_class