summaryrefslogtreecommitdiff
path: root/buildstream/sandbox/_mounter.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/sandbox/_mounter.py')
-rw-r--r--buildstream/sandbox/_mounter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/sandbox/_mounter.py b/buildstream/sandbox/_mounter.py
index 921d06bb6..e6054c20d 100644
--- a/buildstream/sandbox/_mounter.py
+++ b/buildstream/sandbox/_mounter.py
@@ -25,7 +25,7 @@ from .. import utils, _signals
# A class to wrap the `mount` and `umount` system commands
-class Mounter(object):
+class Mounter():
@classmethod
def _mount(cls, dest, src=None, mount_type=None,
stdout=sys.stdout, stderr=sys.stderr, options=None,