[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] 02/03: -organize imports
From: |
gnunet |
Subject: |
[taler-wallet-core] 02/03: -organize imports |
Date: |
Tue, 29 Aug 2023 13:55:19 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
commit f86e23255a65d252e5aff52469cc2f417b0ac11c
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Aug 29 13:54:32 2023 +0200
-organize imports
---
.../taler-harness/src/integrationtests/test-exchange-timetravel.ts | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git
a/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts
b/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts
index d8f8767e6..5ae97c3da 100644
--- a/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts
+++ b/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts
@@ -19,15 +19,12 @@
*/
import {
AbsoluteTime,
- Amounts,
codecForExchangeKeysJson,
DenominationPubKey,
DenomKeyType,
Duration,
durationFromSpec,
- encodeCrock,
ExchangeKeysJson,
- hashDenomPub,
Logger,
} from "@gnu-taler/taler-util";
import {
@@ -38,11 +35,11 @@ import { makeNoFeeCoinConfig } from
"../harness/denomStructures.js";
import {
BankService,
ExchangeService,
+ getPayto,
GlobalTestState,
MerchantService,
setupDb,
WalletCli,
- getPayto,
} from "../harness/harness.js";
import { withdrawViaBank } from "../harness/helpers.js";
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.