Skip to content

Commit

Permalink
FIX CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng-yang committed May 17, 2023
1 parent f06031b commit bcd681b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/chip/clusters/Attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcd681b

Please sign in to comment.