mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
style: format python files with isort and double-quote-string-fixer
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
|
||||
if (sys.version_info > (3, 0)):
|
||||
import subprocess
|
||||
subprocess.run("cmd /c echo hello")
|
||||
subprocess.run('cmd /c echo hello')
|
||||
|
Reference in New Issue
Block a user