Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
HJCrypto committed Oct 31, 2022
1 parent 3453ecf commit 68b04ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from aptos_sdk.client import FaucetClient
import os
import sys
from constants import NODE_URL, BATCH_NUMBER, FAUCET_URL, MODE
from constants import NODE_URL, BATCH_NUMBER, FAUCET_URL, MODE, SUPPORTED_IMAGE_FORMATS
from aptos_sdk.account_address import AccountAddress
from aptos_sdk.account import Account
from aptos_sdk import ed25519
Expand All @@ -19,8 +19,6 @@
from arweave.arweave_lib import Wallet, Transaction
import logging

from script.src.constants import SUPPORTED_IMAGE_FORMATS

rest_client = RestClient(NODE_URL)
faucet_client = FaucetClient(FAUCET_URL, rest_client)

Expand Down

1 comment on commit 68b04ac

@vercel
Copy link

@vercel vercel bot commented on 68b04ac Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ftmtest – ./

ftmtest-ftm-test.vercel.app
ftmtest-git-main-ftm-test.vercel.app
ftmtest.vercel.app

Please sign in to comment.