fix: Use remove_all from file_manager

(cherry picked from commit 1e05c9467b)

# Conflicts:
#	erpnext/regional/italy/utils.py
This commit is contained in:
Suraj Shetty
2021-08-24 14:21:14 +05:30
committed by Mergify
parent f5160dc83d
commit 9f74dc1802

View File

@@ -3,7 +3,10 @@ import json
import frappe
from frappe import _
<<<<<<< HEAD
from frappe.utils import cstr, flt
=======
>>>>>>> 1e05c9467b (fix: Use remove_all from file_manager)
from frappe.utils.file_manager import remove_file
from six import string_types