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

@@ -1,10 +1,10 @@
import base64
import hashlib
import hmac
from urllib.parse import urlparse
import frappe
from frappe import _
from six.moves.urllib.parse import urlparse
from erpnext import get_default_company