From d3a3e7066d089c152b36988a80b15e947cd9d050 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 20 Dec 2021 11:28:55 +0530 Subject: [PATCH] fix: removed unnecessary imports --- school/hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/school/hooks.py b/school/hooks.py index c7334667..7a6d7368 100644 --- a/school/hooks.py +++ b/school/hooks.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals from . import __version__ as app_version -import frappe app_name = "school" app_title = "School"