Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 179ab94

Browse files
committed
Import sign_algorithms in httpsig init
1 parent 76c26c7 commit 179ab94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

httpsig/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from .sign import Signer, HeaderSigner
44
from .verify import Verifier, HeaderVerifier
5+
from .sign_algorithms import *
56

67
try:
78
__version__ = get_distribution(__name__).version

0 commit comments

Comments
 (0)