ruff: fix deprecated-import

This commit is contained in:
Andrej730
2026-08-10 15:47:42 +05:00
parent 055f64fa9b
commit ff22a9d1f3
5 changed files with 9 additions and 5 deletions
@@ -16,7 +16,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
from typing import Any, Literal, Sequence, Union
from collections.abc import Sequence
from typing import Any, Literal, Union
from typing_extensions import Self, Unpack