From 67b657f2cbd1265a875b9721444bf9a3e94c7a5d Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 18 Mar 2024 17:08:39 +0500 Subject: [PATCH] small fix --- src/ifcopenshell-python/test/util/test_selector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/test/util/test_selector.py b/src/ifcopenshell-python/test/util/test_selector.py index 51c449e633..ca1ac952c9 100644 --- a/src/ifcopenshell-python/test/util/test_selector.py +++ b/src/ifcopenshell-python/test/util/test_selector.py @@ -20,6 +20,7 @@ import pytest import test.bootstrap import ifcopenshell.api import ifcopenshell.util.selector as subject +import numpy as np class TestFormat():