Fix support for python 3.10 #5662

This commit is contained in:
Andrej730
2024-10-31 18:28:18 +05:00
parent 06a6c2d79b
commit fb5d37b04b
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ import ifcopenshell
import ifcopenshell.geom
import ifcopenshell.util.selector
from logging import Logger
from typing import Optional, Literal, TypedDict, NotRequired
from typing import Literal, TypedDict
from typing_extensions import NotRequired
class ClashSource(TypedDict):