mirror of https://github.com/rclone/rclone
vfs: remove unecessary import in tests to fix import cycles
This commit is contained in:
parent
4586104dc7
commit
e42fa9f92d
|
|
@ -11,7 +11,6 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
_ "github.com/rclone/rclone/backend/all" // import all the backends
|
||||
"github.com/rclone/rclone/fs"
|
||||
"github.com/rclone/rclone/fstest"
|
||||
"github.com/rclone/rclone/vfs/vfscommon"
|
||||
|
|
|
|||
Loading…
Reference in New Issue