mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
style: format python files with isort and double-quote-string-fixer
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from io import open
|
||||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
from io import open
|
||||
|
||||
import ttfw_idf
|
||||
|
||||
try:
|
||||
@@ -11,7 +12,7 @@ except ImportError:
|
||||
from itertools import zip_longest
|
||||
|
||||
|
||||
@ttfw_idf.idf_example_test(env_tag="test_jtag_arm")
|
||||
@ttfw_idf.idf_example_test(env_tag='test_jtag_arm')
|
||||
def test_examples_semihost_vfs(env, extra_data):
|
||||
|
||||
rel_project_path = os.path.join('examples', 'storage', 'semihost_vfs')
|
||||
|
Reference in New Issue
Block a user