mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
fix running core tests on python 3.10
This commit is contained in:
@@ -20,7 +20,8 @@ import sys
|
|||||||
import json
|
import json
|
||||||
import pytest
|
import pytest
|
||||||
import blenderbim.core.tool
|
import blenderbim.core.tool
|
||||||
from typing import Any, Self, Optional
|
from typing import Any, Optional
|
||||||
|
from typing_extensions import Self
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
|||||||
Reference in New Issue
Block a user