mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Google: remove unused & duplicated imports
"import json" was being done twice. cgi, time, and socket all appear to be unused.
This commit is contained in:
parent
8b68261625
commit
88a8bbb4d8
@ -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