ftx: clean up imports

This commit is contained in:
c9s 2022-03-03 11:42:25 +08:00
parent 37db477ece
commit 5bbb796e94

View File

@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"fmt"
"strconv"
"github.com/c9s/bbgo/pkg/fixedpoint"
)
@ -65,4 +64,3 @@ func (r *orderRequest) PlaceOrder(ctx context.Context, p PlaceOrderPayload) (ord
return o, nil
}