Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithSamuelM committed Jul 29, 2024
1 parent e6274a7 commit c7c547f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/keri/core/signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
from cryptography.hazmat.primitives.serialization import Encoding, PublicFormat
from cryptography.hazmat.primitives.asymmetric import ec, utils

from ..kering import (EmptyMaterialError, InvalidCodeError, InvalidSizeError,
RawMaterialError)
from ..kering import (EmptyMaterialError, InvalidCodeError, InvalidSizeError)

from ..help import helping

Expand Down

0 comments on commit c7c547f

Please sign in to comment.