python: PEP 8: add empty line

Small update for commit 45e046dac9.

This is just formatting, no behaviour changes.
This commit is contained in:
Pino Toscano
2017-05-15 14:31:56 +02:00
parent 401c445636
commit 00bf11cba8

View File

@@ -36,6 +36,7 @@ def skipUnlessConfiguredWithLibvirt():
return unittest.skip("configured --without-libvirt") return unittest.skip("configured --without-libvirt")
return lambda func: func return lambda func: func
def skipUnlessLibvirtHasCPointer(): def skipUnlessLibvirtHasCPointer():
""" """
Skip the current class/method if: Skip the current class/method if: