mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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.util.attribute
|
||||
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:
|
||||
import glob
|
||||
|
||||
Reference in New Issue
Block a user