diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-16 11:06:37 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-16 11:06:37 -0500 |
commit | 407d3399c09708338d2df30e713b3a153bc09aa1 (patch) | |
tree | 58c82fd88ac24eb233b1ab6272b251015cdfc82e /bootstrap/vagrant-onap/lib | |
parent | a57fb1414b932fa449f51efa5d8314d2f5c4843a (diff) |
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 <victor.morales@intel.com>
Issue-Id: INT-48
Diffstat (limited to 'bootstrap/vagrant-onap/lib')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/aai | 1 |
1 files changed, 0 insertions, 1 deletions
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 |