Remove unnecessary imports in tests
This commit is contained in:
parent
f3f58c024c
commit
8ef67ff99f
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@ import (
|
|||
"github.com/chihaya/bencode"
|
||||
"github.com/chihaya/chihaya/config"
|
||||
"github.com/chihaya/chihaya/models"
|
||||
|
||||
_ "github.com/chihaya/chihaya/drivers/backend/noop"
|
||||
_ "github.com/chihaya/chihaya/drivers/tracker/memory"
|
||||
)
|
||||
|
||||
func TestPrivateAnnounce(t *testing.T) {
|
||||
|
|
Loading…
Add table
Reference in a new issue