fix: remove unused import
This commit is contained in:
parent
ad5c007e2b
commit
7f600ca71b
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ from frappe import _
|
|||
from frappe.model.document import Document
|
||||
from frappe.utils import get_path
|
||||
from os.path import join as join_path, exists as path_exists, abspath, splitext
|
||||
from frappe.utils import update_progress_bar
|
||||
|
||||
class WebsiteTheme(Document):
|
||||
def validate(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue