Skip to content

Commit

Permalink
import error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Nov 7, 2023
1 parent a06936f commit 0a4aee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_netsuite/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
from apps.workspaces.models import Configuration, NetSuiteCredentials, FyleCredential
from apps.tasks.models import TaskLog
from apps.netsuite.tasks import __validate_general_mapping, __validate_subsidiary_mapping, check_netsuite_object_status, create_credit_card_charge, create_journal_entry, create_or_update_employee_mapping, create_vendor_payment, get_all_internal_ids, \
get_or_create_credit_card_vendor, create_bill, create_expense_report, load_attachments, __handle_netsuite_connection_error, process_reimbursements, process_vendor_payment, schedule_bills_creation, schedule_credit_card_charge_creation, schedule_expense_reports_creation, schedule_journal_entry_creation, schedule_netsuite_objects_status_sync, schedule_reimbursements_sync, schedule_vendor_payment_creation, \
get_or_create_credit_card_vendor, create_bill, create_expense_report, load_attachments, process_reimbursements, process_vendor_payment, schedule_bills_creation, schedule_credit_card_charge_creation, schedule_expense_reports_creation, schedule_journal_entry_creation, schedule_netsuite_objects_status_sync, schedule_reimbursements_sync, schedule_vendor_payment_creation, \
__validate_tax_group_mapping, check_expenses_reimbursement_status, __validate_expense_group, upload_attachments_and_update_export
from apps.netsuite.exceptions import __handle_netsuite_connection_error
from apps.mappings.models import GeneralMapping, SubsidiaryMapping
from fyle_accounting_mappings.models import DestinationAttribute, EmployeeMapping, CategoryMapping, ExpenseAttribute, Mapping
from .fixtures import data
Expand Down

0 comments on commit 0a4aee3

Please sign in to comment.