Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Jan 12, 2023
1 parent da75344 commit 5210577
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/tests/chiptest/yamltest_with_chip_repl_tester.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env -S python3 -B
# isort: skip_file # Needed for import order and `isort: skip` is not sufficient.

# Copyright (c) 2022 Project CHIP Authors
#
Expand All @@ -20,9 +19,13 @@
import os
import tempfile

# isort: off

from chip import ChipDeviceCtrl # Needed before chip.FabricAdmin
import chip.FabricAdmin # Needed before chip.CertificateAuthority

# isort: on

import chip.CertificateAuthority
import chip.native
import click
Expand Down

0 comments on commit 5210577

Please sign in to comment.