summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/types.py')
-rw-r--r--python/types.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/types.py b/python/types.py
index 2374c6b1..e1c7474c 100644
--- a/python/types.py
+++ b/python/types.py
@@ -1890,9 +1890,6 @@ class StructureType(Type):
if core is not None:
core.BNFreeStructure(self.struct_handle)
- def __repr__(self):
- return f"<struct: {self.registered_name}>"
-
def __eq__(self, other):
if not isinstance(other, self.__class__):
return NotImplemented