Delete test_parameter.py

This commit is contained in:
Anupam Kumar 2020-11-06 17:13:02 +05:30 committed by GitHub
parent a739554b7d
commit bdb8a4023a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals
# import frappe
import unittest
class TestParameter(unittest.TestCase):
pass