From 064ce00826d45148d7625bc1e11317a3e618cde4 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 1 Aug 2026 14:16:12 +0200 Subject: [PATCH] import Any --- src/ifcopenshell-python/ifcopenshell/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/__init__.py b/src/ifcopenshell-python/ifcopenshell/__init__.py index f4d6d730fa..9a87d167f1 100644 --- a/src/ifcopenshell-python/ifcopenshell/__init__.py +++ b/src/ifcopenshell-python/ifcopenshell/__init__.py @@ -62,7 +62,7 @@ import tempfile import zipfile from collections.abc import Generator, Sequence from pathlib import Path -from typing import TYPE_CHECKING, Literal, Optional, Union, overload +from typing import TYPE_CHECKING, Literal, Optional, Union, Any, overload if TYPE_CHECKING: import ifcopenshell.express.schema_class