chore: remove unncessesary imports from ui_test_helpers

(cherry picked from commit 57bbc3ee11af11ed2819496040f2addda3cb6387)
This commit is contained in:
anandbaburajan 2023-07-22 16:16:48 +05:30 committed by Mergify
parent 61e0b6c00e
commit e38e752bb3

View file

@ -1,7 +1,5 @@
import os
import frappe
from frappe import _, scrub
from frappe import _
from frappe.utils import add_to_date, now
UI_TEST_USER = "frappe@example.com"