mirror of
https://github.com/reality/dbot.git
synced 2025-02-17 14:01:04 +01:00
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…
x
Reference in New Issue
Block a user