Skip to content

Commit 6f33e40

Browse files
committed
lint... again
1 parent ea7b173 commit 6f33e40

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/integration/crud/find_cursor_methods.test.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
'use strict';
22
const { expect } = require('chai');
33
const { filterForCommands } = require('../shared');
4-
const {
5-
promiseWithResolvers,
6-
MongoExpiredSessionError,
7-
MongoCursorExhaustedError
8-
} = require('../../mongodb');
4+
const { promiseWithResolvers, MongoCursorExhaustedError } = require('../../mongodb');
95

106
describe('Find Cursor', function () {
117
let client;

0 commit comments

Comments
 (0)