Fix Ruff UP010 (unnecessary-future-import)

https://docs.astral.sh/ruff/rules/unnecessary-future-import/
This commit is contained in:
Andrej
2025-05-28 16:45:37 +05:00
parent 3976b77ee1
commit f289b55766
@@ -16,8 +16,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Ifc2CA. If not, see <http://www.gnu.org/licenses/>.
from __future__ import division
from __future__ import print_function
import os
import time
import json