From bd00adfdaf7fd80b70e52395a4200dff7d8e53cc Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 28 Sep 2021 16:31:48 -0400 Subject: Remove some unnecessary code --- python/types.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python') 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"" - def __eq__(self, other): if not isinstance(other, self.__class__): return NotImplemented -- cgit v1.3.1