Skip to content

Commit

Permalink
Lint/format
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Dec 5, 2024
1 parent 3b1c0a8 commit ba2c20d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/typescript/sdk/tests/e2e/queries/volume.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ import {
type UserTransactionResponse,
type Account,
} from "@aptos-labs/ts-sdk";
import {
maxBigInt,
getEvents,
sum,
sumByKey,
} from "../../../src";
import { maxBigInt, getEvents, sum, sumByKey } from "../../../src";
import { Swap } from "../../../src/emojicoin_dot_fun/emojicoin-dot-fun";
import { getAptosClient } from "../../utils";
import { getFundedAccounts } from "../../utils/test-accounts";
Expand Down

0 comments on commit ba2c20d

Please sign in to comment.