Skip to content

Commit 48dc929

Browse files
fix: filelock import (#469)
2 parents 0abe997 + 4e52582 commit 48dc929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print_designer/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import click
99
import frappe
10-
from frappe.monitor import filelock
10+
from frappe.utils.synchronization import filelock
1111
import requests
1212
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
1313
from frappe.custom.doctype.property_setter.property_setter import make_property_setter

0 commit comments

Comments
 (0)