From 7b956a2f0605b4401a42b03c7ea5c6ae9f878f5c Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 4 Aug 2022 13:36:28 -0400 Subject: [PATCH] fix: lint --- test/integration/crud/maxTimeMS.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/crud/maxTimeMS.test.ts b/test/integration/crud/maxTimeMS.test.ts index d80d66813f..9b42a41dc3 100644 --- a/test/integration/crud/maxTimeMS.test.ts +++ b/test/integration/crud/maxTimeMS.test.ts @@ -9,7 +9,6 @@ import { MongoCursorExhaustedError, MongoServerError } from '../../../src'; -import { sleep } from '../../tools/utils'; import { assert as test, setupDatabase } from '../shared'; describe('MaxTimeMS', function () {