forked from GitHub/dbot
remove useless imports from ignore api
This commit is contained in:
parent
223b20b598
commit
65be2ebcb5
@ -1,8 +1,4 @@
|
|||||||
var _ = require('underscore')._,
|
var _ = require('underscore')._;
|
||||||
databank = require('databank'),
|
|
||||||
AlreadyExistsError = databank.AlreadyExistsError,
|
|
||||||
NoSuchThingError = databank.NoSuchThingError,
|
|
||||||
NotImplementedError = databank.NotImplementedError;
|
|
||||||
|
|
||||||
var api = function(dbot) {
|
var api = function(dbot) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user