Remove unused code

This commit is contained in:
PCoder 2019-09-13 11:17:05 +05:30
parent 7a316a4a32
commit 984005977d
1 changed files with 0 additions and 7 deletions

View File

@ -5,13 +5,6 @@ from decouple import config
from .helper import OTPCredentials, load_dump_pretty
def product_command(command, otp):
data = {**otp.get_json(), "action": command}
r = requests.post(f"{config('UCLOUD_PAY_SERVER')}/product/action",
json=data)
return r
@click.group()
def product():
pass