From 00bf11cba8f069d9708eb19b6854e5e82e10b8bd Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 15 May 2017 14:31:56 +0200 Subject: [PATCH] python: PEP 8: add empty line Small update for commit 45e046dac95ce6895af95832def7e40ad786e36f. This is just formatting, no behaviour changes. --- python/t/tests_helper.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/python/t/tests_helper.py.in b/python/t/tests_helper.py.in index 28c9c8f57..a024a4d62 100644 --- a/python/t/tests_helper.py.in +++ b/python/t/tests_helper.py.in @@ -36,6 +36,7 @@ def skipUnlessConfiguredWithLibvirt(): return unittest.skip("configured --without-libvirt") return lambda func: func + def skipUnlessLibvirtHasCPointer(): """ Skip the current class/method if: