Fix unused imports in tests

This commit is contained in:
Simon Ser 2021-10-11 16:01:50 +02:00
parent 2b8691ff40
commit 1cd99ce2f7

View file

@ -1,9 +1,7 @@
package soju package soju
import ( import (
"database/sql"
"net" "net"
"os"
"testing" "testing"
"golang.org/x/crypto/bcrypt" "golang.org/x/crypto/bcrypt"