Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Dec 9, 2024
1 parent d0b2d43 commit 6df79d1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import frappe
from frappe import _

from pypika.queries import Table
from pypika.terms import Case, Field
from frappe.query_builder.functions import CustomFunction
Expand Down

0 comments on commit 6df79d1

Please sign in to comment.