diff --git a/otouto/plugins/weather.lua b/otouto/plugins/weather.lua index 6a9d936..a0f42f5 100644 --- a/otouto/plugins/weather.lua +++ b/otouto/plugins/weather.lua @@ -2,7 +2,6 @@ local weather = {} local HTTPS = require('ssl.https') local URL = require('socket.url') -local HTTP = require('socket.http') local JSON = require('dkjson') local utilities = require('otouto.utilities') local bindings = require('otouto.bindings')