fix: drop six code (#29479)

This commit is contained in:
Ankush Menat
2022-01-27 20:08:05 +05:30
committed by GitHub
parent b75b00fefc
commit b05287dea0
10 changed files with 14 additions and 11 deletions

View File

@@ -2,13 +2,14 @@
# For license information, please see license.txt
from urllib.parse import urlencode
import frappe
import requests
from frappe import _
from frappe.model.document import Document
from frappe.utils import get_url_to_form
from frappe.utils.file_manager import get_file_path
from six.moves.urllib.parse import urlencode
class LinkedInSettings(Document):