Skip to content
Snippets Groups Projects
Commit ccccc61f authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[fixup] Remove repr from the base class

parent 81a14c28
No related branches found
No related tags found
No related merge requests found
......@@ -214,9 +214,6 @@ class SumfactKernelInterfaceBase(object):
def function_name_suffix(self):
return ""
def __repr__(self):
return "SumfactKernelInterfaceBase()"
class VectorSumfactKernelInput(SumfactKernelInterfaceBase):
def __init__(self, interfaces):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment