Skip to content

Commit 697283c

Browse files
lint
1 parent c04bdba commit 697283c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/operations/update.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import type { Document } from '../bson';
22
import { type Connection } from '../cmap/connection';
33
import { MongoDBResponse } from '../cmap/wire_protocol/responses';
4-
import { MongoCompatibilityError, MongoInvalidArgumentError, MongoServerError } from '../error';
4+
import { MongoInvalidArgumentError, MongoServerError } from '../error';
55
import type { InferIdType } from '../mongo_types';
66
import type { ClientSession } from '../sessions';
77
import { formatSort, type Sort, type SortForCmd } from '../sort';
88
import {
99
hasAtomicOperators,
10-
maxWireVersion,
1110
type MongoDBCollectionNamespace,
1211
type MongoDBNamespace
1312
} from '../utils';

0 commit comments

Comments
 (0)