Skip to content

Commit f75f75b

Browse files
committed
Fixing indentation
1 parent 9dd5b4e commit f75f75b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test-runner.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -574,13 +574,13 @@ def get_transaction_list(self):
574574
return modl.get_transaction_list()
575575

576576
def get_transaction_list_for_customer(self):
577-
print("get_transaction_list_for_customer")
577+
print("get_transaction_list_for_customer")
578578

579-
#get transaction list for that above profile
580-
modl = imp.load_source('modulename', 'TransactionReporting/get-customer-profile-transaction-list.py')
581-
response = modl.get_customer_profile_transaction_list('36152127')
579+
#get transaction list for that above profile
580+
modl = imp.load_source('modulename', 'TransactionReporting/get-customer-profile-transaction-list.py')
581+
response = modl.get_customer_profile_transaction_list('36152127')
582582

583-
return response
583+
return response
584584

585585
def get_unsettled_transaction_list(self):
586586
print("get_unsettled_transaction_list")

0 commit comments

Comments
 (0)