We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f730d9 commit 5df4860Copy full SHA for 5df4860
1 file changed
src/connection_string.ts
@@ -7,12 +7,7 @@ import { MongoCredentials } from './cmap/auth/mongo_credentials';
7
import { AUTH_MECHS_AUTH_SRC_EXTERNAL, AuthMechanism } from './cmap/auth/providers';
8
import { Compressor, type CompressorName } from './cmap/wire_protocol/compression';
9
import { Encrypter } from './encrypter';
10
-import {
11
- MongoAPIError,
12
- MongoInvalidArgumentError,
13
- MongoMissingCredentialsError,
14
- MongoParseError
15
-} from './error';
+import { MongoAPIError, MongoInvalidArgumentError, MongoParseError } from './error';
16
import {
17
MongoClient,
18
type MongoClientOptions,
0 commit comments