Sort imports

This commit is contained in:
Andrej730
2025-12-19 18:53:04 +05:00
parent 29176330e8
commit 13be6ccd45
731 changed files with 2234 additions and 1709 deletions
@@ -18,19 +18,19 @@
from __future__ import annotations
import functools
import importlib
import numbers
import itertools
import numbers
import operator
import subprocess
import sys
import time
from typing import Union, Any, TypeVar, overload, TYPE_CHECKING, cast, NoReturn
from collections.abc import Callable, Sequence
from typing import TYPE_CHECKING, Any, NoReturn, TypeVar, Union, cast, overload
from . import ifcopenshell_wrapper
from . import settings
from . import ifcopenshell_wrapper, settings
if TYPE_CHECKING:
import ifcopenshell