Skip to content

Commit 39a2ab3

Browse files
committed
Fixed lint
1 parent 529c5df commit 39a2ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nodejs/test/testHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as fs from 'fs';
2-
import { credentials, Metadata } from '@grpc/grpc-js/';
2+
import { credentials } from '@grpc/grpc-js/';
33
import { IdentityInput } from '@concordium/common-sdk';
44
import { decryptMobileWalletExport, EncryptedData } from '../src/wallet/crypto';
55
import { MobileWalletExport } from '../src/wallet/types';

0 commit comments

Comments
 (0)