From 8310405a192d853a344a420d93b8762fef2d8357 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 20 Aug 2024 18:10:13 +0000 Subject: [PATCH] Restyled by isort --- src/python_testing/TC_MCORE_FS_1_2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/python_testing/TC_MCORE_FS_1_2.py b/src/python_testing/TC_MCORE_FS_1_2.py index 4e8b4fdda740f5..23529317069c57 100644 --- a/src/python_testing/TC_MCORE_FS_1_2.py +++ b/src/python_testing/TC_MCORE_FS_1_2.py @@ -20,7 +20,6 @@ # import base64 -from dataclasses import dataclass import hashlib import logging import os @@ -31,7 +30,7 @@ import subprocess import time import uuid - +from dataclasses import dataclass import chip.clusters as Clusters from chip import ChipDeviceCtrl