🔨 Clean up Python imports (#24736)
This commit is contained in:
committed by
Scott Lahteine
parent
cc2cc7d081
commit
63507acf98
@@ -5,7 +5,6 @@
|
||||
import json
|
||||
import sys
|
||||
import shutil
|
||||
import re
|
||||
|
||||
opt_output = '--opt' in sys.argv
|
||||
output_suffix = '.sh' if opt_output else '' if '--bare-output' in sys.argv else '.gen'
|
||||
|
Reference in New Issue
Block a user