Skip to content

Commit 629b284

Browse files
committed
chore: lint
1 parent 8481ba0 commit 629b284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client-side-encryption/client_encryption.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { type MongoClient, type MongoClientOptions } from '../mongo_client';
2424
import { type Filter, type WithId } from '../mongo_types';
2525
import { type CreateCollectionOptions } from '../operations/create_collection';
2626
import { type DeleteResult } from '../operations/delete';
27-
import { CSOTTimeoutContext, TimeoutContext } from '../timeout';
27+
import { TimeoutContext } from '../timeout';
2828
import { MongoDBCollectionNamespace, resolveTimeoutOptions } from '../utils';
2929
import * as cryptoCallbacks from './crypto_callbacks';
3030
import {

0 commit comments

Comments
 (0)