瀏覽代碼

refactor: Remove unused imports & code

pull/2/head
chillaranand 3 年之前
父節點
當前提交
bfb29a0acc
共有 2 個文件被更改,包括 0 次插入3 次删除
  1. +0
    -1
      payments/payments/doctype/payment_gateway/payment_gateway.py
  2. +0
    -2
      payments/payments/doctype/payment_gateway/test_payment_gateway.py

+ 0
- 1
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




+ 0
- 2
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')




Loading…
取消
儲存