diff --git a/examples/cluster.py b/examples/cluster.py index c47ab7b..3522087 100755 --- a/examples/cluster.py +++ b/examples/cluster.py @@ -145,7 +145,7 @@ class RemoteMixin( object ): self.sshcmd = [] self.isRemote = False # Satisfy pylint - self.shell, self.pid, self.cmd = None, None, None + self.shell, self.pid = None, None super( RemoteMixin, self ).__init__( name, **kwargs ) @staticmethod