Skip to content

Commit 510efd6

Browse files
committed
fix: lint
1 parent a874e5c commit 510efd6

File tree

1 file changed

+1
-10
lines changed
  • test/functional/unified-spec-runner

1 file changed

+1
-10
lines changed

test/functional/unified-spec-runner/match.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
import { expect } from 'chai';
22
import { isDeepStrictEqual } from 'util';
3-
import {
4-
Binary,
5-
BSONRegExp,
6-
Document,
7-
Double,
8-
Int32,
9-
Long,
10-
ObjectId,
11-
Timestamp
12-
} from '../../../src';
3+
import { Binary, Document, Double, Int32, Long, ObjectId, Timestamp } from '../../../src';
134
import {
145
CommandFailedEvent,
156
CommandStartedEvent,

0 commit comments

Comments
 (0)