commit | 2f6cd1999a0b886a2ddd85df9621f2d5601ebfab | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Thu Jul 11 18:16:23 2019 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Thu Jul 11 18:16:23 2019 +0530 |
tree | 2db709b57d7b595b66f41d400121d3859cba32ad | |
parent | 9f40ffcd1e066b23d738a2e2781e5673ce302c0e [diff] |
style: One import per line
diff --git a/erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.py b/erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.py index b33621f..16cf2e1 100644 --- a/erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.py +++ b/erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.py
@@ -7,7 +7,9 @@ from frappe import _ from frappe.model.document import Document from requests_oauthlib import OAuth2Session -import json, requests, traceback +import json +import requests +import traceback from erpnext import encode_company_abbr # QuickBooks requires a redirect URL, User will be redirect to this URL