Skip to content

Commit 51f7ec2

Browse files
committed
style: lint
1 parent a76a967 commit 51f7ec2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/auth/oauth2common.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
import {Gaxios, GaxiosOptions} from 'gaxios';
16-
import * as querystring from 'querystring';
1716

1817
import {createCrypto} from '../crypto/crypto';
1918

test/test.compute.ts

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {BASE_PATH, HEADERS, HOST_ADDRESS} from 'gcp-metadata';
1818
import * as nock from 'nock';
1919
import * as sinon from 'sinon';
2020
import {Compute} from '../src';
21-
import {GaxiosError} from 'gaxios';
2221

2322
nock.disableNetConnect();
2423

test/test.stscredentials.ts

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import * as assert from 'assert';
1616
import {describe, it, afterEach} from 'mocha';
17-
import * as qs from 'querystring';
1817
import * as nock from 'nock';
1918
import {createCrypto} from '../src/crypto/crypto';
2019
import {

0 commit comments

Comments
 (0)