From 24650b1781820b9eca64d6b380b2f0b3ed3650f1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Dec 2019 21:00:54 +0100 Subject: organize imports --- src/types/walletTypes.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/types/walletTypes.ts') diff --git a/src/types/walletTypes.ts b/src/types/walletTypes.ts index a9bf2061f..903852b1b 100644 --- a/src/types/walletTypes.ts +++ b/src/types/walletTypes.ts @@ -25,20 +25,16 @@ /** * Imports. */ +import { AmountJson } from "../util/amounts"; import { Checkable } from "../util/checkable"; import * as LibtoolVersion from "../util/libtoolVersion"; - -import { AmountJson } from "../util/amounts"; - import { CoinRecord, DenominationRecord, ExchangeRecord, ExchangeWireInfo, - WithdrawalSource, - RetryInfo, } from "./dbTypes"; -import { CoinPaySig, ContractTerms, PayReq } from "./talerTypes"; +import { CoinPaySig, ContractTerms } from "./talerTypes"; /** * Response for the create reserve request to the wallet. -- cgit v1.2.3