From effe78ef8fb226e3c4964d5d443da7e0409a9e2d Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 4 May 2023 14:53:37 +0100 Subject: [PATCH] build-script-helper.py: remove unused `distutils` import `distutils` was deprecated in Python 3.10 and will be removed in Python 3.12. We should not depend on it and this import looks unused anyway. --- Utilities/build-script-helper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Utilities/build-script-helper.py b/Utilities/build-script-helper.py index b88fe0771..a0afc9295 100755 --- a/Utilities/build-script-helper.py +++ b/Utilities/build-script-helper.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 import argparse -from distutils import file_util import os import json import platform