Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakurin committed Jan 10, 2025
1 parent 6712547 commit 7fd8e43
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/plugin-sui/src/actions/swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ import { z } from "zod";

import { SuiClient, getFullnodeUrl } from "@mysten/sui/client";
import { SUI_DECIMALS } from "@mysten/sui/utils";
import {
Aftermath,
RouterCompleteTradeRoute as AftermathRouterCompleteTradeRoute,
} from "aftermath-ts-sdk";
import { Aftermath } from "aftermath-ts-sdk";

import { walletProvider } from "../providers/wallet";
import { parseAccount } from "../utils";
Expand Down

0 comments on commit 7fd8e43

Please sign in to comment.