fix exception since super().__del__() don't excists

This commit is contained in:
Stefan Allius
2023-11-02 23:47:20 +01:00
parent 2c4af0b7d8
commit b23cae5bea

View File

@@ -49,9 +49,6 @@ class MemoryStream(Message):
self.msg_count += 1
return
def __del__ (self):
super().__del__()
@pytest.fixture
def MsgContactInfo(): # Contact Info message