Skip to content

Commit 5df4860

Browse files
committed
fix: lint
1 parent 4f730d9 commit 5df4860

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/connection_string.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ import { MongoCredentials } from './cmap/auth/mongo_credentials';
77
import { AUTH_MECHS_AUTH_SRC_EXTERNAL, AuthMechanism } from './cmap/auth/providers';
88
import { Compressor, type CompressorName } from './cmap/wire_protocol/compression';
99
import { Encrypter } from './encrypter';
10-
import {
11-
MongoAPIError,
12-
MongoInvalidArgumentError,
13-
MongoMissingCredentialsError,
14-
MongoParseError
15-
} from './error';
10+
import { MongoAPIError, MongoInvalidArgumentError, MongoParseError } from './error';
1611
import {
1712
MongoClient,
1813
type MongoClientOptions,

0 commit comments

Comments
 (0)