Skip to content

Commit 1f2473c

Browse files
lint
1 parent dcd48de commit 1f2473c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/cursor/abstract_cursor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Readable, Transform } from 'stream';
1+
import { Readable } from 'stream';
22

33
import { type BSONSerializeOptions, type Document, Long, pluckBSONSerializeOptions } from '../bson';
44
import { type OnDemandDocumentDeserializeOptions } from '../cmap/wire_protocol/on_demand/document';

test/integration/node-specific/abstract_cursor.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { expect } from 'chai';
22
import { once } from 'events';
33
import * as sinon from 'sinon';
4-
import { Transform } from 'stream';
54
import { inspect } from 'util';
65

76
import {
@@ -16,7 +15,6 @@ import {
1615
type MongoClient,
1716
MongoCursorExhaustedError,
1817
MongoOperationTimeoutError,
19-
MongoServerError,
2018
TimeoutContext
2119
} from '../../mongodb';
2220
import { clearFailPoint, configureFailPoint } from '../../tools/utils';

0 commit comments

Comments
 (0)