diff --git a/tests/helpers/testmixin.py b/tests/helpers/testmixin.py index 757623027..b4e8a5c59 100644 --- a/tests/helpers/testmixin.py +++ b/tests/helpers/testmixin.py @@ -62,8 +62,3 @@ class TestMixin(object): """ os.close(self.fd) os.unlink(Settings().fileName()) - - - - -