diff --git a/examples/async-sqlite/index.js b/examples/async-sqlite/index.js index dccd726..5c230fe 100644 --- a/examples/async-sqlite/index.js +++ b/examples/async-sqlite/index.js @@ -1,7 +1,5 @@ "use strict"; -const { promisify } = require("util"); - const { databaseNew, databaseClose, databaseInsert, databaseGetById } = require("./index.node"); // Wrapper class for the boxed `Database` for idiomatic JavaScript usage