From 4d46812babb44eaa1639bd5b49c0d29579d6b39b Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 16 Aug 2016 18:10:38 +0100 Subject: [PATCH] Update state_rm_test.go Removing sort as it was imported and not used --- command/state_rm_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/state_rm_test.go b/command/state_rm_test.go index 6f0b14633..036fed159 100644 --- a/command/state_rm_test.go +++ b/command/state_rm_test.go @@ -2,7 +2,6 @@ package command import ( "path/filepath" - "sort" "testing" "github.com/hashicorp/terraform/terraform"