Remove unused imports flagged by ruff

Fixes 23 unused-import violations, mostly in the alignment API module.
This commit is contained in:
Stephen Boddy
2026-07-10 20:42:49 +01:00
parent 216092150a
commit 78653a1708
7 changed files with 2 additions and 39 deletions
@@ -23,7 +23,6 @@ import pytest
import ifcopenshell
import ifcopenshell.api.alignment
import ifcopenshell.api.unit
import numpy as np
def test_create_representation():