Skip to content

Commit

Permalink
chore: fix mypy stub error
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored May 7, 2024
1 parent ee07cc5 commit 7fdfc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_aws/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ecdsa
import ecdsa # type: ignore[import]

SECP256_K1_N = int("fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141", 16)

Expand Down

0 comments on commit 7fdfc2a

Please sign in to comment.