From 0d38b65d50766659af75e7937341796d9795125e Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Mon, 25 Feb 2019 13:28:47 -0500 Subject: [PATCH] Linting Signed-off-by: Clinton Wolfe --- lib/resource_support/aws.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/resource_support/aws.rb b/lib/resource_support/aws.rb index d5d6e9f52..ea0738368 100644 --- a/lib/resource_support/aws.rb +++ b/lib/resource_support/aws.rb @@ -1,7 +1,6 @@ # Main AWS loader file. The intent is for this to be # loaded only if AWS resources are needed. - require 'aws-sdk-core' require 'aws-sdk-cloudtrail'