mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
Hotfix to generate IOS docs until we properly package bsdd
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from pydantic import BaseModel
|
||||
from .type_hints import *
|
||||
from typing import Optional, Literal
|
||||
from datetime import datetime
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
from typing import Literal, Annotated
|
||||
from datetime import datetime
|
||||
from pydantic import BeforeValidator
|
||||
from typing import Literal
|
||||
|
||||
|
||||
COUNTRY_CODE = Literal[
|
||||
|
||||
Reference in New Issue
Block a user