diff --git a/src/http-api.js b/src/http-api.js index d863c8154..0d6aecd1d 100644 --- a/src/http-api.js +++ b/src/http-api.js @@ -19,7 +19,6 @@ limitations under the License. * This is an internal module. See {@link MatrixHttpApi} for the public class. * @module http-api */ -import Promise from 'bluebird'; const parseContentType = require('content-type').parse; const utils = require("./utils");