Tribler/py-ipv8

Have `MockDHTProvider` inherit from `DHTCommunityProvider`

qstokkink opened this issue · 0 comments

Currently, the typing of our MockDHTProvider is incorrect.

The issue is partially caused by MockDHTProvider not inheriting from DHTCommunityProvider, allowing this type of discrepancy to occur.

In order for this issue - and other potential issues with this class like it in the future - to be resolved, MockDHTProvider should inherit from DHTCommunityProvider.