Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Sep 6, 2024
1 parent 1c0891a commit 68eb03c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/cursor/abstract_cursor.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import { type DeserializeOptions } from 'bson';
import { Readable, Transform } from 'stream';

import {
type BSONSerializeOptions,
type Document,
Long,
parseUtf8ValidationOption,
pluckBSONSerializeOptions
} from '../bson';
import { type BSONSerializeOptions, type Document, Long, pluckBSONSerializeOptions } from '../bson';
import { type OnDemandDocumentDeserializeOptions } from '../cmap/wire_protocol/on_demand/document';
import { type CursorResponse } from '../cmap/wire_protocol/responses';
import {
Expand Down

0 comments on commit 68eb03c

Please sign in to comment.