root: fix linting errors

This commit is contained in:
Jens Langhammer
2020-05-27 11:26:48 +02:00
parent 9330a03273
commit e2804b9755
7 changed files with 11 additions and 10 deletions

View File

@ -18,6 +18,7 @@ from passbook.providers.saml.utils.xml_render import get_assertion_xml, get_resp
if TYPE_CHECKING:
from passbook.providers.saml.models import SAMLProvider
# pylint: disable=too-many-instance-attributes
class Processor:
"""Base SAML 2.0 AuthnRequest to Response Processor.