From fba42faa3d392d364ccca1adc296fad0d5aabecb Mon Sep 17 00:00:00 2001 From: Aaron Cox Date: Fri, 21 Feb 2025 14:37:48 -0800 Subject: [PATCH] Linting --- src/lib/types/account.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/lib/types/account.ts b/src/lib/types/account.ts index abe70b4a..2181ee77 100644 --- a/src/lib/types/account.ts +++ b/src/lib/types/account.ts @@ -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';