Skip to content

Commit

Permalink
fix: wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Aug 23, 2023
1 parent 7a37e99 commit a331e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payments/overrides/payment_webform.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json

import frappe
from frappe.core.doctype.file import remove_file_by_url
from frappe.core.doctype.file.utils import remove_file_by_url
from frappe.rate_limiter import rate_limit
from frappe.utils import flt
from frappe.website.doctype.web_form.web_form import WebForm
Expand Down

0 comments on commit a331e07

Please sign in to comment.