PEP8: fix E703: statement ends with a semicolon
[nivanova/samba-autobuild/.git] / source4 / dsdb / tests / python / password_lockout.py
index 9197d9aa2662fb4c806b71b37d8a3d4318002dcb..be688475af2904a7326068ec0ef2e3aa1475d068 100755 (executable)
@@ -846,7 +846,7 @@ unicodePwd:: """ + base64.b64encode(invalid_utf16).decode('utf8') + """
                                   msDSUserAccountControlComputed=dsdb.UF_LOCKOUT)
 
         # Now reset the lockout, by removing ACB_AUTOLOCK (which removes the lock, despite being a generated attribute)
-        self._reset_samr(res);
+        self._reset_samr(res)
 
         res = self._check_account(userdn,
                                   badPwdCount=0,