diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-09-26 15:31:33 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-09-26 15:31:33 -0400 |
| commit | 9d4816ec8b961faeaa31e785b846e7e099e7920c (patch) | |
| tree | af582062d0eef543a1c10c79a12d3f03ae8151a1 /python | |
| parent | 8d0d50e94197be529c6b221758b6944dcf71f3c8 (diff) | |
remove extraneous string
Diffstat (limited to 'python')
| -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 |
