providers/saml: fix linting error

This commit is contained in:
Jens Langhammer 2020-02-18 11:34:04 +01:00
parent fbd4bdef33
commit 1c1afca31f
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ class LoginProcessView(AccessRequiredView):
},
)
# pylint: disable=unused-argument
def get(self, request: HttpRequest, application: str) -> HttpResponse:
"""Handle get request, i.e. render form"""
# User access gets checked in dispatch