From e42fa9f92d13d3e62fbe57c52ddcdc56e7f78c7f Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 27 Oct 2025 14:16:25 +0000 Subject: [PATCH] vfs: remove unecessary import in tests to fix import cycles --- vfs/vfs_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/vfs/vfs_test.go b/vfs/vfs_test.go index f175e0efc..9ec3b3271 100644 --- a/vfs/vfs_test.go +++ b/vfs/vfs_test.go @@ -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"