mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
fix support for Python <3.11
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import zipfile
|
||||
from typing import IO, Union, TypedDict, NotRequired
|
||||
from typing import IO, Union, TypedDict
|
||||
from typing_extensions import NotRequired
|
||||
|
||||
|
||||
class HeaderMetadata(TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user