Skip to content

Commit 127cb15

Browse files
committed
Resolving linting error
1 parent 914426f commit 127cb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/matter_testing_infrastructure/matter/testing/matter_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _dump_device_attributes_on_failure(self):
250250
def log_structured_data(self, start_tag: str, dump_string: str):
251251
"""Log structured data with a clear start and end marker.
252252
253-
This function is used to output device attribute dumps and other structured
253+
This function is used to output device attribute dumps and other structured
254254
data to logs in a format that can be easily extracted for debugging.
255255
256256
Args:

0 commit comments

Comments
 (0)