1
0
mirror of https://github.com/rclone/rclone.git synced 2025-10-30 23:17:59 +02:00

vfs: remove unecessary import in tests to fix import cycles

This commit is contained in:
Nick Craig-Wood
2025-10-27 14:16:25 +00:00
parent 4586104dc7
commit e42fa9f92d

View File

@@ -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"