Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Import sign_algorithms in httpsig init
Browse files Browse the repository at this point in the history
  • Loading branch information
fulder committed Aug 25, 2020
1 parent 76c26c7 commit 179ab94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpsig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from .sign import Signer, HeaderSigner
from .verify import Verifier, HeaderVerifier
from .sign_algorithms import *

try:
__version__ = get_distribution(__name__).version
Expand Down

0 comments on commit 179ab94

Please sign in to comment.