Fix new ruff warning (#923)

This commit is contained in:
Alex Gaynor 2024-11-24 10:55:33 -05:00 committed by GitHub
parent 969c01e1c8
commit d02ff72df1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,16 +28,16 @@ from ._bcrypt import (
)
__all__ = [
"gensalt",
"hashpw",
"checkpw",
"kdf",
"__title__",
"__summary__",
"__uri__",
"__version__",
"__author__",
"__copyright__",
"__email__",
"__license__",
"__copyright__",
"__summary__",
"__title__",
"__uri__",
"__version__",
"checkpw",
"gensalt",
"hashpw",
"kdf",
]