Removed unused imports

This commit is contained in:
David Ascienzo
2020-04-21 18:59:53 -04:00
parent 97b4cc8dcb
commit 3f6be6c3b6

View File

@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import re import re
import json
import scrapy import scrapy
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
from scrapy.http import Request from scrapy.http import Request