mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
python:tests: Remove unnecessary ‘pass’ statement
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
e875193c1c
commit
cb357a011b
@ -585,7 +585,6 @@ class PyCredentialsTests(TestCase):
|
||||
self.user_creds.set_password(self.user_pass)
|
||||
self.user_creds.set_username(self.user_name)
|
||||
self.user_creds.set_workstation(self.machine_name)
|
||||
pass
|
||||
|
||||
#
|
||||
# Get the authenticator from the machine creds.
|
||||
|
Loading…
Reference in New Issue
Block a user