Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Feb 21, 2025
1 parent d3cf6b4 commit fba42fa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/lib/types/account.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
import {
Struct,
API,
Int64,
Name,
Asset,
Float64,
type Checksum256Type,
Checksum256
} from '@wharfkit/antelope';
import { Struct, API, Int64, Name, Asset, Float64, Checksum256 } from '@wharfkit/antelope';

import { Types as MsigTypes } from '$lib/wharf/contracts/msig';
import { Types as SystemTypes } from '$lib/wharf/contracts/system';
Expand Down

0 comments on commit fba42fa

Please sign in to comment.