mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
PEP8: fix E302: expected 2 blank lines, found 1
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -41,6 +41,7 @@ host = args[0]
|
||||
lp = sambaopts.get_loadparm()
|
||||
creds = credopts.get_credentials(lp)
|
||||
|
||||
|
||||
class BaseDeleteTests(samba.tests.TestCase):
|
||||
|
||||
def GUID_string(self, guid):
|
||||
@ -270,6 +271,7 @@ class BasicDeleteTests(BaseDeleteTests):
|
||||
(num, _) = e15.args
|
||||
self.assertEquals(num, ERR_UNWILLING_TO_PERFORM)
|
||||
|
||||
|
||||
class BasicTreeDeleteTests(BasicDeleteTests):
|
||||
|
||||
def setUp(self):
|
||||
|
Reference in New Issue
Block a user