mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Merge pull request #1244 from GLolol/patch-2
Google: remove unused & duplicated imports
This commit is contained in:
commit
cc0eaaef0c
@ -30,10 +30,7 @@
|
||||
|
||||
import re
|
||||
import sys
|
||||
import cgi
|
||||
import json
|
||||
import time
|
||||
import socket
|
||||
|
||||
import supybot.conf as conf
|
||||
import supybot.utils as utils
|
||||
@ -46,8 +43,6 @@ import supybot.callbacks as callbacks
|
||||
from supybot.i18n import PluginInternationalization, internationalizeDocstring
|
||||
_ = PluginInternationalization('Google')
|
||||
|
||||
import json
|
||||
|
||||
class Google(callbacks.PluginRegexp):
|
||||
"""This is a simple plugin to provide access to the Google services we
|
||||
all know and love from our favorite IRC bot."""
|
||||
|
Loading…
Reference in New Issue
Block a user