Remove superfluous __all__

This commit is contained in:
Labrys of Knossos 2018-12-14 21:06:42 -05:00
commit e3d282d0d4
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
# coding=utf-8
__all__ = ["DelugeRPCError"]
class DelugeRPCError(Exception):

View file

@ -1,5 +1,4 @@
# coding=utf-8
__all__ = ["DelugeRPCRequest", "DelugeRPCResponse"]
class DelugeRPCRequest(object):