From 407d3399c09708338d2df30e713b3a153bc09aa1 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 16 Aug 2017 11:06:37 -0500 Subject: Remove unused import from lib/aai The asserts module is not required for the A&AI script. This change removes that dependency Change-Id: I7469fa89e7ab8c65210a508526bdbe655f013761 Signed-off-by: Victor Morales Issue-Id: INT-48 --- bootstrap/vagrant-onap/lib/aai | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/vagrant-onap/lib/aai b/bootstrap/vagrant-onap/lib/aai index df903fd7b..4d828557f 100755 --- a/bootstrap/vagrant-onap/lib/aai +++ b/bootstrap/vagrant-onap/lib/aai @@ -3,7 +3,6 @@ set -o xtrace source /var/onap/functions -source /var/onap/asserts hbase_version=1.2.3 src_folder=$git_src_folder/aai -- cgit 1.2.3-korg