mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
python: PEP 8: add empty line
Small update for commit 45e046dac9.
This is just formatting, no behaviour changes.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user