🔨 Clean up Python imports (#24736)

This commit is contained in:
dmitrygribenchuk
2022-09-05 21:19:19 +03:00
committed by GitHub
parent c46ed8f57d
commit 83aac65664
12 changed files with 7 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# preprocessor.py
#
import subprocess,re
import subprocess
nocache = 1
verbose = 0