Skip to content

Commit

Permalink
chore: fix bson import lint (#4286)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken authored Oct 21, 2024
1 parent 30c61f2 commit 51b021e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/operations/client_bulk_write/executor.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { type Document } from 'bson';

import { type Document } from '../../bson';
import { ClientBulkWriteCursor } from '../../cursor/client_bulk_write_cursor';
import {
MongoClientBulkWriteError,
Expand Down

0 comments on commit 51b021e

Please sign in to comment.