Skip to content

Commit 727a5ae

Browse files
chore: fix lint again
1 parent e526327 commit 727a5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable @typescript-eslint/no-var-requires */
2-
import type { deserialize, Document, serialize } from './bson';
2+
import type { Document } from './bson';
33
import type { AWSCredentials } from './cmap/auth/mongodb_aws';
44
import type { ProxyOptions } from './cmap/connection';
55
import { MongoMissingDependencyError } from './error';

0 commit comments

Comments
 (0)