Skip to content

Commit 68eb03c

Browse files
fix lint
1 parent 1c0891a commit 68eb03c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/cursor/abstract_cursor.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
import { type DeserializeOptions } from 'bson';
21
import { Readable, Transform } from 'stream';
32

4-
import {
5-
type BSONSerializeOptions,
6-
type Document,
7-
Long,
8-
parseUtf8ValidationOption,
9-
pluckBSONSerializeOptions
10-
} from '../bson';
3+
import { type BSONSerializeOptions, type Document, Long, pluckBSONSerializeOptions } from '../bson';
114
import { type OnDemandDocumentDeserializeOptions } from '../cmap/wire_protocol/on_demand/document';
125
import { type CursorResponse } from '../cmap/wire_protocol/responses';
136
import {

0 commit comments

Comments
 (0)