From ca30cdc0d4d6bbf02a545d7adbff8075e9075759 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Thu, 14 Mar 2019 11:45:06 +0530 Subject: [PATCH] style: Added new line at EOF --- frappe/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/config/__init__.py b/frappe/config/__init__.py index 087f60a01f..6ac3028355 100644 --- a/frappe/config/__init__.py +++ b/frappe/config/__init__.py @@ -101,4 +101,4 @@ def is_domain(module): return module.get("category") == "Domains" def is_module(module): - return module.get("type") == "module" \ No newline at end of file + return module.get("type") == "module"