Fix unused import

This commit is contained in:
Calvin Montgomery 2018-08-18 12:28:18 -07:00
parent a9a644460f
commit c5c4fba7ce
1 changed files with 0 additions and 1 deletions

View File

@ -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');