editorial
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import base64
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from attribute_converter import to_local
|
from attribute_converter import to_local
|
||||||
@@ -158,4 +157,4 @@ class AuthnRequest(Request):
|
|||||||
|
|
||||||
def attributes(self):
|
def attributes(self):
|
||||||
return to_local(self.attribute_converters, self.message)
|
return to_local(self.attribute_converters, self.message)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user