From bfb29a0acc6df697870bfd690fdaaa8c3af2b2d9 Mon Sep 17 00:00:00 2001 From: chillaranand Date: Mon, 16 May 2022 11:34:53 +0530 Subject: [PATCH] refactor: Remove unused imports & code --- payments/payments/doctype/payment_gateway/payment_gateway.py | 1 - .../payments/doctype/payment_gateway/test_payment_gateway.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/payments/payments/doctype/payment_gateway/payment_gateway.py b/payments/payments/doctype/payment_gateway/payment_gateway.py index c48fd34..7eb4c54 100644 --- a/payments/payments/doctype/payment_gateway/payment_gateway.py +++ b/payments/payments/doctype/payment_gateway/payment_gateway.py @@ -2,7 +2,6 @@ # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors # License: MIT. See LICENSE -import frappe from frappe.model.document import Document diff --git a/payments/payments/doctype/payment_gateway/test_payment_gateway.py b/payments/payments/doctype/payment_gateway/test_payment_gateway.py index d40c7bb..7176656 100644 --- a/payments/payments/doctype/payment_gateway/test_payment_gateway.py +++ b/payments/payments/doctype/payment_gateway/test_payment_gateway.py @@ -3,8 +3,6 @@ # License: MIT. See LICENSE import unittest -import frappe - # test_records = frappe.get_test_records('Payment Gateway')