bank and account service is updated
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
import sys
|
||||
|
||||
if '/service_app_banks' not in list(sys.path):
|
||||
sys.path.append('/service_account_records')
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
from api_services.bank_actions.wag_account_record_parser import (
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
import sys
|
||||
|
||||
if '/service_app_banks' not in list(sys.path):
|
||||
sys.path.append('/service_account_records')
|
||||
|
||||
import re
|
||||
|
||||
from difflib import get_close_matches
|
||||
|
||||
Reference in New Issue
Block a user