Skip to content

Commit 0eacd5b

Browse files
committed
restyle
1 parent d37d4a6 commit 0eacd5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/python/python_config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
import os
1817
import json
19-
import subprocess
18+
import os
2019
import shutil
20+
import subprocess
2121

2222

2323
class Config:

src/pybindings/pycontroller/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import("//build_overrides/pigweed.gni")
1717

1818
import("$dir_pw_build/python.gni")
1919

20-
import("${chip_root}/config/python/python_config.gni")
2120
import("${chip_root}/build/chip/tools.gni")
21+
import("${chip_root}/config/python/python_config.gni")
2222
import("${chip_root}/src/platform/device.gni")
2323
import("${dir_pw_unit_test}/test.gni")
2424

0 commit comments

Comments
 (0)