mirror of https://github.com/calzoneman/sync.git
Fix unused import
This commit is contained in:
parent
a9a644460f
commit
c5c4fba7ce
|
@ -1,6 +1,5 @@
|
|||
import Promise from 'bluebird';
|
||||
import uuid from 'uuid';
|
||||
import path from 'path';
|
||||
|
||||
const LOGGER = require('@calzoneman/jsli')('partitionchannelindex');
|
||||
|
||||
|
|
Loading…
Reference in New Issue