Fix error introduced by lint changes

This commit is contained in:
Calvin Montgomery 2018-04-08 19:17:03 -07:00
parent e9a183bf9a
commit 976b0a2168
3 changed files with 4 additions and 2 deletions

View file

@ -9,6 +9,8 @@ import { ChannelStateSizeError } from '../errors';
import { EventEmitter } from 'events';
import { throttle } from '../util/throttle';
import Logger from '../logger';
// Not directly used, but needs to be in scope for async functions
import Promise from 'bluebird';
const LOGGER = require('@calzoneman/jsli')('channel');