refactor: get rid of libsecp (#49)
* refactor: get rid of libsecp * fixup!
This commit is contained in:
parent
e66f997853
commit
c871a42a85
3 changed files with 20 additions and 41 deletions
|
|
@ -29,7 +29,6 @@ plugins = ["pydantic.mypy"]
|
|||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
"nostr.*",
|
||||
"secp256k1.*",
|
||||
]
|
||||
follow_imports = "skip"
|
||||
ignore_missing_imports = "True"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue