From f289b557669eb74178ff871ab2c4d9d2b1f290a1 Mon Sep 17 00:00:00 2001 From: Andrej Date: Wed, 28 May 2025 16:45:37 +0500 Subject: [PATCH] Fix Ruff UP010 (unnecessary-future-import) https://docs.astral.sh/ruff/rules/unnecessary-future-import/ --- src/ifc2ca/_deprecated/scriptSalomeBonded.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ifc2ca/_deprecated/scriptSalomeBonded.py b/src/ifc2ca/_deprecated/scriptSalomeBonded.py index 4cde543334..e721c260d8 100644 --- a/src/ifc2ca/_deprecated/scriptSalomeBonded.py +++ b/src/ifc2ca/_deprecated/scriptSalomeBonded.py @@ -16,8 +16,6 @@ # You should have received a copy of the GNU Lesser General Public License # along with Ifc2CA. If not, see . -from __future__ import division -from __future__ import print_function import os import time import json