summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-09-26 15:31:33 -0400
committerJordan Wiens <jordan@psifertex.com>2019-09-26 15:31:33 -0400
commit9d4816ec8b961faeaa31e785b846e7e099e7920c (patch)
treeaf582062d0eef543a1c10c79a12d3f03ae8151a1 /python/binaryview.py
parent8d0d50e94197be529c6b221758b6944dcf71f3c8 (diff)
remove extraneous string
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py4
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