Skip to content

Commit

Permalink
drop type
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 20, 2024
1 parent 91259c6 commit 4e26b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnstapir/key_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from .key_cache import KeyCache

type PublicKey = Ed25519PublicKey | Ed448PublicKey | EllipticCurvePublicKey | RSAPublicKey
PublicKey = Ed25519PublicKey | Ed448PublicKey | EllipticCurvePublicKey | RSAPublicKey

tracer = trace.get_tracer("dnstapir.tracer")
meter = metrics.get_meter("dnstapir.meter")
Expand Down

0 comments on commit 4e26b71

Please sign in to comment.