Restore original imports

This commit is contained in:
Aaron Critchley 2021-12-30 00:33:08 +00:00 committed by GitHub
parent a07f5f6d20
commit b0c1805f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -38,12 +38,10 @@ Here's a brief but complete example of how to place and cancel an order. [This e
``` ```
import decimal import decimal
import mango
import os import os
import time import time
import mango
from mango.oracles.market.market import MarketOracle
# Load the wallet from the environment variable 'KEYPAIR'. (Other mechanisms are available.) # Load the wallet from the environment variable 'KEYPAIR'. (Other mechanisms are available.)
wallet = mango.Wallet(os.environ.get("KEYPAIR")) wallet = mango.Wallet(os.environ.get("KEYPAIR"))