fix running core tests on python 3.10

This commit is contained in:
Andrej730
2024-08-02 16:15:47 +05:00
parent 15f6b3803f
commit 34faa0617b
+2 -1
View File
@@ -20,7 +20,8 @@ import sys
import json
import pytest
import blenderbim.core.tool
from typing import Any, Self, Optional
from typing import Any, Optional
from typing_extensions import Self
@pytest.fixture