mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +03:00
python: get rid of pointless empty overridden methods
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
983f222e38
commit
e8fda61a57
@@ -5098,9 +5098,6 @@ class GPOTests(tests.TestCase):
|
||||
self.lp.load_default()
|
||||
self.creds = self.insta_creds(template=self.get_credentials())
|
||||
|
||||
def tearDown(self):
|
||||
super(GPOTests, self).tearDown()
|
||||
|
||||
def test_gpo_list(self):
|
||||
global poldir, dspath
|
||||
gpos = get_gpo_list(self.server, self.creds, self.lp,
|
||||
|
||||
Reference in New Issue
Block a user