pylint 1.4.3 version fixes
[cascardo/ipsilon.git] / ipsilon / login / authfas.py
index 1489f73..996855c 100644 (file)
@@ -80,7 +80,6 @@ class FAS(LoginFormBase):
             error_username=not username
         )
         self.lm.set_auth_error()
-        # pylint: disable=star-args
         return self._template(self.formtemplate, **context)
 
     def make_userdata(self, fas_data):