Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Sep 9, 2024
1 parent fb8390f commit 06e9a08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import { expect } from 'chai';
import * as net from 'net';
import * as sinon from 'sinon';
import { inspect } from 'util';

import {
BSON,
BSONError,
type Collection,
type MongoClient,
MongoServerError,
OnDemandDocument,
OpMsgResponse
} from '../../../mongodb';

Expand Down
3 changes: 0 additions & 3 deletions test/unit/cmap/wire_protocol/responses.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { expect } from 'chai';

// to spy on the bson module, we must import it from the driver
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import * as mdb from '../../../../src/bson';
import {
CursorResponse,
Int32,
Expand Down

0 comments on commit 06e9a08

Please sign in to comment.