Fix unused import
This commit is contained in:
parent
a9a644460f
commit
c5c4fba7ce
|
@ -1,6 +1,5 @@
|
||||||
import Promise from 'bluebird';
|
import Promise from 'bluebird';
|
||||||
import uuid from 'uuid';
|
import uuid from 'uuid';
|
||||||
import path from 'path';
|
|
||||||
|
|
||||||
const LOGGER = require('@calzoneman/jsli')('partitionchannelindex');
|
const LOGGER = require('@calzoneman/jsli')('partitionchannelindex');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue