From 445b58bdd5bab2cfe79fbb82611206f90a84dbe1 Mon Sep 17 00:00:00 2001 From: JST5000 Date: Thu, 15 Jun 2023 15:14:50 -0700 Subject: [PATCH] Remove unused import --- content/_code-samples/set-regular-key/py/setRegularKey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_code-samples/set-regular-key/py/setRegularKey.py b/content/_code-samples/set-regular-key/py/setRegularKey.py index abc785a977..0bf56a12b0 100644 --- a/content/_code-samples/set-regular-key/py/setRegularKey.py +++ b/content/_code-samples/set-regular-key/py/setRegularKey.py @@ -2,7 +2,7 @@ from xrpl.account import get_balance from xrpl.clients import JsonRpcClient from xrpl.models.transactions import Payment, SetRegularKey -from xrpl.transaction import autofill_and_sign, submit_and_wait +from xrpl.transaction import submit_and_wait from xrpl.wallet import generate_faucet_wallet # References