diff options
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index 39ccd773..b45b89ba 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -5855,6 +5855,4 @@ class StructuredDataView(object): self._structure.width, self._address) def __len__(self): - return self._structure.width - - """Name of the TagType"""
\ No newline at end of file + return self._structure.width
\ No newline at end of file |
