mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
ifc5d - fix <py3.11 compatibility issue (6499ac4)
This commit is contained in:
@@ -27,7 +27,8 @@ import ifcopenshell.util.selector
|
||||
import ifcopenshell.util.element
|
||||
import locale
|
||||
from pathlib import Path
|
||||
from typing import Any, Union, Optional, TypedDict, NotRequired
|
||||
from typing import Union, Optional, TypedDict
|
||||
from typing_extensions import NotRequired
|
||||
|
||||
|
||||
class CsvHeader(TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user