diff --git a/libs/synchronousdeluge/exceptions.py b/libs/synchronousdeluge/exceptions.py index 95bf7f04..6da4bdde 100644 --- a/libs/synchronousdeluge/exceptions.py +++ b/libs/synchronousdeluge/exceptions.py @@ -1,5 +1,4 @@ # coding=utf-8 -__all__ = ["DelugeRPCError"] class DelugeRPCError(Exception): diff --git a/libs/synchronousdeluge/protocol.py b/libs/synchronousdeluge/protocol.py index 98084d4f..6dcdb2a1 100644 --- a/libs/synchronousdeluge/protocol.py +++ b/libs/synchronousdeluge/protocol.py @@ -1,5 +1,4 @@ # coding=utf-8 -__all__ = ["DelugeRPCRequest", "DelugeRPCResponse"] class DelugeRPCRequest(object):