Remove unused code
This commit is contained in:
parent
7a316a4a32
commit
984005977d
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue