Do not subclass object

This commit is contained in:
Dennis Camera 2020-06-20 21:16:23 +02:00
commit ce07021580
18 changed files with 19 additions and 22 deletions

View file

@ -32,10 +32,8 @@ import cdist.config
log = logging.getLogger(__name__)
class Shell(object):
class Shell:
def __init__(self, shell=None):
self.shell = shell
self.target_host = (