From bce0f0d8d4d06015bbc82e9de71799fd3d02c676 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 4 Mar 2024 18:14:50 +0500 Subject: [PATCH] fix typing loading issues --- src/ifcopenshell-python/ifcopenshell/file.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/file.py b/src/ifcopenshell-python/ifcopenshell/file.py index 692386f779..93828df396 100644 --- a/src/ifcopenshell-python/ifcopenshell/file.py +++ b/src/ifcopenshell-python/ifcopenshell/file.py @@ -20,6 +20,7 @@ from __future__ import absolute_import from __future__ import division from __future__ import print_function +from __future__ import annotations import os import re