Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Jan 23, 2024
1 parent c5b15f5 commit 3f48a49
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ import type { StoresMap } from '../index';
import { PoolInfoApi } from '@emurgo/yoroi-lib';
import { entriesIntoMap } from '../../coreUtils';
import type { PoolInfo } from '@emurgo/yoroi-lib';
import type { PoolInfoResponse } from '../../api/ada/lib/state-fetch/types';
import type { RemotePool } from '../../api/ada/lib/state-fetch/types';
import type { PoolInfoResponse, RemotePool } from '../../api/ada/lib/state-fetch/types';

export type AdaDelegationRequests = {|
publicDeriver: PublicDeriver<>,
Expand Down

0 comments on commit 3f48a49

Please sign in to comment.