Skip to content

Commit 831e06e

Browse files
committed
Remove unneeded string format
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 8fe2e3f commit 831e06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/cryptography/symmetric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def build_cipher(self, *args, **kwargs):
8989
"The 'Fernet' class does not need a build_cipher method."
9090
"Remove any calls to this method. "
9191
"In the next version, this method will be removed."
92-
).format(name=cls.__name__, type=type(cls).__name__)
92+
)
9393
_warnings.warn(_deprecation_msg, DeprecationWarning)
9494

9595

0 commit comments

Comments
 (0)