mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
Python 3.10 compatibility
This commit is contained in:
@@ -23,7 +23,8 @@ import ifcopenshell
|
|||||||
import ifcopenshell.ifcopenshell_wrapper as ifcopenshell_wrapper
|
import ifcopenshell.ifcopenshell_wrapper as ifcopenshell_wrapper
|
||||||
import ifcopenshell.util.attribute
|
import ifcopenshell.util.attribute
|
||||||
import ifcopenshell.util.schema
|
import ifcopenshell.util.schema
|
||||||
from typing import Optional, Literal, Any, Union, TypedDict, NotRequired
|
from typing import Optional, Literal, Any, Union, TypedDict
|
||||||
|
from typing_extensions import NotRequired
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import glob
|
import glob
|
||||||
|
|||||||
Reference in New Issue
Block a user