From 1cd99ce2f7deab1157aec38215780b6fc2590b2c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 11 Oct 2021 16:01:50 +0200 Subject: [PATCH] Fix unused imports in tests --- server_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/server_test.go b/server_test.go index c6b172f..0f20a33 100644 --- a/server_test.go +++ b/server_test.go @@ -1,9 +1,7 @@ package soju import ( - "database/sql" "net" - "os" "testing" "golang.org/x/crypto/bcrypt"