Removed unnecessary import from wordoftheday.py
This commit is contained in:
parent
b18adaf63b
commit
c605e7f2d2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import re
|
import re
|
||||||
from util import hook, http, misc
|
from util import hook, http
|
||||||
from BeautifulSoup import BeautifulSoup
|
from BeautifulSoup import BeautifulSoup
|
||||||
|
|
||||||
@hook.command(autohelp=False)
|
@hook.command(autohelp=False)
|
||||||
|
|
Reference in a new issue