Skip to content

Commit dc0aebc

Browse files
restyled-commitscecille
authored andcommitted
Restyled by isort
1 parent 49f92fb commit dc0aebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/python_testing/test_plan_table_generator.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18-
import click
1918
import importlib
2019
import os
21-
2220
from pathlib import Path
23-
from matter_testing_support import generate_mobly_test_config, MatterTestConfig
21+
22+
import click
23+
from matter_testing_support import MatterTestConfig, generate_mobly_test_config
2424

2525

2626
def indent_multiline(multiline: str, num_spaces: int) -> str:

0 commit comments

Comments
 (0)