Skip to content

Commit 1c3cde8

Browse files
authored
build-script-helper.py: remove unused distutils import (#1353)
`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.
1 parent 2310c7b commit 1c3cde8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Utilities/build-script-helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env python3
22

33
import argparse
4-
from distutils import file_util
54
import os
65
import json
76
import platform

0 commit comments

Comments
 (0)