Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 16, 2024
1 parent fe59ce2 commit ddd4fc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion igor2/binarywave.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ddd4fc7

Please sign in to comment.