test/api: fix white-space error

No double space between class methods, so say the scriptures.
This commit is contained in:
Christian Kellner 2020-10-07 16:22:15 +02:00
parent f8de164413
commit 7a112c27cb

View file

@ -78,7 +78,6 @@ class TestAPI(unittest.TestCase):
data = osbuild.api.arguments(path=path)
self.assertEqual(data, args)
def test_exception(self):
# Check that 'api.exception' correctly sets 'API.exception'
tmpdir = self.tmp.name