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
1 changed files with 0 additions and 1 deletions

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"