Skip to content

Commit 2355997

Browse files
authored
doc(examples): remove unused imported module assert
1 parent 4c852e7 commit 2355997

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/reference/content/reference/ecmascriptnext/connecting.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ The MongoClient connection method returns a Promise if no callback is passed to
1414

1515
```js
1616
const MongoClient = require('mongodb').MongoClient;
17-
const assert = require('assert');
1817

1918
(async function() {
2019
// Connection URL

0 commit comments

Comments
 (0)