mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Ruff
This commit is contained in:
@@ -24,7 +24,8 @@ import importlib
|
|||||||
import ifcopenshell.util.selector
|
import ifcopenshell.util.selector
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from collections import defaultdict
|
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:
|
try:
|
||||||
from openpyxl import Workbook
|
from openpyxl import Workbook
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from starlette.background import BackgroundTask
|
|||||||
from starlette.responses import StreamingResponse
|
from starlette.responses import StreamingResponse
|
||||||
from fastapi.routing import APIRoute
|
from fastapi.routing import APIRoute
|
||||||
from starlette.types import Message
|
from starlette.types import Message
|
||||||
from typing import Callable
|
from collections.abc import Callable
|
||||||
import logging
|
import logging
|
||||||
import httpx
|
import httpx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user