Remove unused import.
This commit is contained in:
parent
4bb31953ad
commit
c2cf58560e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
from re import compile, escape
|
from re import compile, escape
|
||||||
from ..scraper import _BasicScraper
|
from ..scraper import _BasicScraper
|
||||||
from ..helpers import indirectStarter
|
from ..helpers import indirectStarter
|
||||||
from ..util import tagre, urlopen
|
from ..util import tagre
|
||||||
|
|
||||||
|
|
||||||
class OctopusPie(_BasicScraper):
|
class OctopusPie(_BasicScraper):
|
||||||
|
|
Loading…
Reference in a new issue