From bcd681b664ff0a735c36dbb3e8f9af1c8427aa3c Mon Sep 17 00:00:00 2001 From: tianfeng-yang Date: Wed, 17 May 2023 11:40:35 +0800 Subject: [PATCH] FIX CI --- 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 b9d960b96d01de..6e4c514179f87a 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 +from typing import Any, Callable, Dict, List, Optional, Union, Tuple import chip.exceptions import chip.interaction_model