Skip to content

Commit 6bf3601

Browse files
Remove unused import as requested in PR comment
- Remove '_ "github.com/onflow/crypto/sign/ecdsa"' import from init.go - This import was not needed since ECDSA registration happens in the sign/ecdsa package init() Co-Authored-By: Tarak Ben Youssef <benyoussef.tarak@gmail.com>
1 parent d319d27 commit 6bf3601

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

init.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ package crypto
2020

2121
import (
2222
"github.com/onflow/crypto/sign"
23-
_ "github.com/onflow/crypto/sign/ecdsa"
2423
)
2524

2625
func init() {

0 commit comments

Comments
 (0)