diff --git a/src/python_testing/taglist_and_topology_test_support.py b/src/python_testing/taglist_and_topology_test_support.py index 5456d9ada46022..864e2aa2bf0ee8 100644 --- a/src/python_testing/taglist_and_topology_test_support.py +++ b/src/python_testing/taglist_and_topology_test_support.py @@ -18,7 +18,7 @@ import functools from collections import defaultdict from dataclasses import dataclass, field -from chip.clusters.Types import Nullable, NullValue +from chip.clusters.Types import Nullable from typing import Any import chip.clusters as Clusters