Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 11, 2024
1 parent 76f04c1 commit 68f5881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeout.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type Document } from 'bson';
import { clearTimeout, setTimeout } from 'timers';

import { type Document } from './bson';
import { MongoInvalidArgumentError, MongoOperationTimeoutError, MongoRuntimeError } from './error';
import { type ClientSession } from './sessions';
import { csotMin, noop } from './utils';
Expand Down

0 comments on commit 68f5881

Please sign in to comment.