From 661aaafe869e558110495915bd09030c31a70d1f Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 5 Jul 2016 13:22:09 +0200 Subject: [PATCH] =?UTF-8?q?Merge-=C3=9Cberreste?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/plugins/weather.lua | 1 - 1 file changed, 1 deletion(-) 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')