python:tests: Remove unnecessary ‘pass’ statement
authorJo Sutton <josutton@catalyst.net.nz>
Tue, 30 Apr 2024 02:35:13 +0000 (14:35 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 May 2024 02:11:36 +0000 (02:11 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/py_credentials.py

index a3887202b6c6c5c711152037ebef83fa429e26c9..bd9dfd4fde2bcbd28e0c3df1250865424d83fbba 100644 (file)
@@ -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.