Skip to content

Commit

Permalink
Remove unused import in client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Dec 8, 2023
1 parent b81bb07 commit 4b0d619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marginfi-client-v2/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { AccountType, Environment, MarginfiConfig, MarginfiProgram } from "./typ
import { MARGINFI_IDL } from "./idl";
import { getConfig } from "./config";
import instructions from "./instructions";
import { MarginRequirementType, MarginfiAccountRaw } from "./models/account";
import { MarginRequirementType } from "./models/account";
import {
DEFAULT_COMMITMENT,
DEFAULT_CONFIRM_OPTS,
Expand Down

0 comments on commit 4b0d619

Please sign in to comment.