From ddd4fc715e6c94879139f5af7fb804a280df9e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Sun, 16 Jun 2024 23:58:28 +0200 Subject: [PATCH] flake8 --- igor2/binarywave.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/igor2/binarywave.py b/igor2/binarywave.py index 79460ef..3d175bd 100644 --- a/igor2/binarywave.py +++ b/igor2/binarywave.py @@ -790,7 +790,8 @@ def post_unpack(self, parents, data): DynamicStringIndicesDataField( 'P', 'sIndices', help='Dynamic string indices for text waves.', - count=0, array=True),]) + count=0, array=True), + ]) Wave = _DynamicStructure( name='Wave',