Change-Id: Iedacc7c58f767d6f04052ff9a1b473715f693aec
Issue-Id: VFC-475
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
         'X-TransactionId': str(uuid.uuid1())
     }
     return restcall.call_req(AAI_BASE_URL,
-                    AAI_USER,
-                    AAI_PASSWORD,
-                    restcall.rest_no_auth,
-                    resource,
-                    method,
-                    data,
-                    additional_headers)
+                             AAI_USER,
+                             AAI_PASSWORD,
+                             restcall.rest_no_auth,
+                             resource,
+                             method,
+                             data,
+                             additional_headers)
 
 
 def create_customer_aai(global_customer_id, data):
 
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+
 def ignore_case_get(args, key, def_val=""):
     if not key:
         return def_val