From 4c81f353009e800e5cab4bd5c5e75ef78298a424 Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Thu, 28 Aug 2025 15:59:18 +0400 Subject: [PATCH] removed fixtures --- formula_editor/hooks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/formula_editor/hooks.py b/formula_editor/hooks.py index 09c738d..d36045d 100644 --- a/formula_editor/hooks.py +++ b/formula_editor/hooks.py @@ -28,11 +28,6 @@ doctype_js = { "Formula Editor": "formula_editor/doctype/formula_editor/formula_editor_main.js", } -fixtures = [ - { - "doctype": "Formula Editor" - } -] # include js in doctype list views # doctype_list_js = {"doctype" : "public/js/doctype_list.js"}