mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 03:33:48 +00:00
Fix support for python 3.10 #5662
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user