This commit is contained in:
Thomas Krijnen
2025-10-26 12:04:22 +01:00
parent b503061dc0
commit 1789406299
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ import importlib
import ifcopenshell.util.selector
from pathlib import Path
from collections import defaultdict
from typing import Literal, Union, Any, Callable, TYPE_CHECKING
from typing import Literal, Union, Any, TYPE_CHECKING
from collections.abc import Callable
try:
from openpyxl import Workbook
+1 -1
View File
@@ -3,7 +3,7 @@ from starlette.background import BackgroundTask
from starlette.responses import StreamingResponse
from fastapi.routing import APIRoute
from starlette.types import Message
from typing import Callable
from collections.abc import Callable
import logging
import httpx