Skip to content

Commit

Permalink
style: update spider template
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Dec 20, 2023
1 parent 66177e4 commit 61e10b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ayugespidertools/templates/spiders/async.tmpl
@@ -1,6 +1,5 @@
import aiohttp
from scrapy.http import Request
from $project_name.settings import logger
from scrapy.http.response.text import TextResponse
from ayugespidertools.spiders import AyuSpider

Expand Down
1 change: 0 additions & 1 deletion ayugespidertools/templates/spiders/basic.tmpl
@@ -1,5 +1,4 @@
from scrapy.http import Request
from $project_name.settings import logger
from scrapy.http.response.text import TextResponse
from ayugespidertools.spiders import AyuSpider
from ayugespidertools.common.utils import ToolsForAyu
Expand Down
1 change: 0 additions & 1 deletion ayugespidertools/templates/spiders/crawl.tmpl
@@ -1,6 +1,5 @@
import scrapy
from scrapy.spiders import Rule
from $project_name.settings import logger
from scrapy.linkextractors import LinkExtractor
from ayugespidertools.items import AyuItem
from ayugespidertools.spiders import AyuCrawlSpider
Expand Down

0 comments on commit 61e10b1

Please sign in to comment.