From f6a4d80d3e89e7625837d3aeebf227f63823e2a1 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 16 Jan 2024 18:08:33 +0000 Subject: [PATCH] Restyled by isort --- src/controller/python/chip/interaction_model/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/controller/python/chip/interaction_model/__init__.py b/src/controller/python/chip/interaction_model/__init__.py index df5e228fe9cfa9..f7239d778058eb 100644 --- a/src/controller/python/chip/interaction_model/__init__.py +++ b/src/controller/python/chip/interaction_model/__init__.py @@ -27,7 +27,8 @@ from chip.exceptions import ChipStackException from .delegate import (AttributePath, AttributePathIBstruct, DataVersionFilterIBstruct, EventPath, EventPathIBstruct, - PyInvokeRequestData, PyWriteAttributeData, SessionParameters, SessionParametersStruct, TestOnlyPyBatchCommandsOverrides) + PyInvokeRequestData, PyWriteAttributeData, SessionParameters, SessionParametersStruct, + TestOnlyPyBatchCommandsOverrides) __all__ = ["AttributePath", "AttributePathIBstruct", "DataVersionFilterIBstruct", "EventPath", "EventPathIBstruct", "InteractionModelError", "PyInvokeRequestData",