Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed May 14, 2024
1 parent adbf329 commit c1cfe50
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import * as http from 'http';
import * as sinon from 'sinon';

// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import {
MongoCryptAzureKMSRequestError,
MongoCryptKMSRequestNetworkTimeoutError
} from '../../../../src/client-side-encryption/errors';
import { MongoCryptAzureKMSRequestError } from '../../../../src/client-side-encryption/errors';
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import {
isEmptyCredentials,
Expand All @@ -22,8 +19,8 @@ import {
import { AWSSDKCredentialProvider } from '../../../../src/cmap/auth/aws_temporary_credentials';
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import * as utils from '../../../../src/utils';
import * as requirements from '../requirements.helper';
import { MongoNetworkTimeoutError } from '../../../mongodb';
import * as requirements from '../requirements.helper';

const originalAccessKeyId = process.env.AWS_ACCESS_KEY_ID;
const originalSecretAccessKey = process.env.AWS_SECRET_ACCESS_KEY;
Expand Down

0 comments on commit c1cfe50

Please sign in to comment.