Skip to content

Commit

Permalink
chore: remove unused require
Browse files Browse the repository at this point in the history
  • Loading branch information
tpraxl committed Oct 19, 2024
1 parent a1ec926 commit 2ec00fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
const SqlString = require('sqlstring');
const EventEmitter = require('events').EventEmitter;
const parserCache = require('./lib/parsers/parser_cache.js');
const Pool = require('./lib/pool.js');
const PoolCluster = require('./lib/pool_cluster.js');
const createConnection = require('./lib/create_connection.js');
const createPool = require('./lib/create_pool.js');
Expand Down

0 comments on commit 2ec00fe

Please sign in to comment.