From 9d4816ec8b961faeaa31e785b846e7e099e7920c Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 26 Sep 2019 15:31:33 -0400 Subject: remove extraneous string --- python/binaryview.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/binaryview.py') 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 -- cgit v1.3.1