diff --git a/frappe/__init__.py b/frappe/__init__.py index ca6166ef28..fd914a25ff 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -224,7 +224,7 @@ def init(site: str, sites_path: str = ".", new_site: bool = False, force: bool = "read_only": False, } ) - local.locked_documents: list[Document] = [] + local.locked_documents = [] local.test_objects = defaultdict(list) local.site = site