From 61d82cd163eb7c67550560c5a392c1d7b63238e9 Mon Sep 17 00:00:00 2001 From: Akash Date: Mon, 5 Feb 2024 11:26:49 +0530 Subject: [PATCH] fix: remove unused _ import from hooks --- healthcare/hooks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/healthcare/hooks.py b/healthcare/hooks.py index edf6ed9de9..3aa0cace93 100644 --- a/healthcare/hooks.py +++ b/healthcare/hooks.py @@ -1,5 +1,3 @@ -from frappe import _ - from . import __version__ as app_version # noqa app_name = "healthcare"