mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +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 ifcopenshell.util.element
|
||||||
import locale
|
import locale
|
||||||
from pathlib import Path
|
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):
|
class CsvHeader(TypedDict):
|
||||||
|
|||||||
Reference in New Issue
Block a user