Apply PR feedback

This commit is contained in:
Alex Stokes
2019-08-26 10:03:12 -07:00
parent c1ffb03f77
commit fa0acd9fc5
4 changed files with 6 additions and 16 deletions

View File

@ -1,4 +1,7 @@
class MsgioException(Exception):
from libp2p.exceptions import BaseLibp2pError
class MsgioException(BaseLibp2pError):
pass