From f51f175ad24430e7c764e913c95313cb879f8429 Mon Sep 17 00:00:00 2001 From: Sagar Vora Date: Thu, 20 Mar 2025 07:49:07 +0530 Subject: [PATCH] chore: remove invalid type hint --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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