From 0ad136d05bb3b3f89a4a6d411be8c66c80918eae Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 17 May 2023 03:41:02 +0000 Subject: [PATCH] Restyled by isort --- src/controller/python/chip/clusters/Attribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/python/chip/clusters/Attribute.py b/src/controller/python/chip/clusters/Attribute.py index 6e4c514179f87a..dc65fd274a0f22 100644 --- a/src/controller/python/chip/clusters/Attribute.py +++ b/src/controller/python/chip/clusters/Attribute.py @@ -27,7 +27,7 @@ from ctypes import CFUNCTYPE, c_size_t, c_uint8, c_uint16, c_uint32, c_uint64, c_void_p, py_object from dataclasses import dataclass, field from enum import Enum, unique -from typing import Any, Callable, Dict, List, Optional, Union, Tuple +from typing import Any, Callable, Dict, List, Optional, Tuple, Union import chip.exceptions import chip.interaction_model