Fix: use pass over ...(Ellipse)

Use `...`(Ellipse) only in abstract methods.
This commit is contained in:
mhchia
2020-02-05 20:36:42 +08:00
parent 1fff6ad6b4
commit ba0fb8a833
4 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@ from libp2p.exceptions import BaseLibp2pError
class PubsubRouterError(BaseLibp2pError):
...
pass
class NoPubsubAttached(PubsubRouterError):
...
pass