Skip to content

Commit ff9f804

Browse files
committed
chore: lint
1 parent 4855ab3 commit ff9f804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/client-side-encryption/auto_encrypter.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { MongocryptdManager } from '../../../src/client-side-encryption/mongocry
1111
import { StateMachine } from '../../../src/client-side-encryption/state_machine';
1212
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
1313
import { MongoClient } from '../../../src/mongo_client';
14-
import { BSON, type DataKey, type Db, ListCollectionsCursor } from '../../mongodb';
14+
import { BSON, type DataKey } from '../../mongodb';
1515
import * as requirements from './requirements.helper';
1616

1717
const bson = BSON;

0 commit comments

Comments
 (0)