diff --git a/scripts/py_matter_yamltests/matter_yamltests/hooks.py b/scripts/py_matter_yamltests/matter_yamltests/hooks.py index 048510078082f8..9b202c7e94d122 100644 --- a/scripts/py_matter_yamltests/matter_yamltests/hooks.py +++ b/scripts/py_matter_yamltests/matter_yamltests/hooks.py @@ -13,10 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -from .parser import TestStep - from typing import Optional +from .parser import TestStep + class TestParserHooks(): __test__ = False