Fix PEP8 warnings in project template files

This commit is contained in:
Alexey Bezhan 2014-04-17 14:18:32 +01:00
parent 9acf2be475
commit 1d6cc257ea
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
import scrapy
class ${ProjectName}Item(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()

View File

@ -3,6 +3,7 @@
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
# See: http://doc.scrapy.org/en/latest/topics/item-pipeline.html
class ${ProjectName}Pipeline(object):
def process_item(self, item, spider):
return item