Fix Flake8-reported “Too many blank lines”

This commit is contained in:
Adrián Chaves 2020-02-19 19:09:39 +01:00 committed by GitHub
parent 88179027de
commit 0f78a591f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ from scrapy.item import BaseItem
from scrapy.core.spidermw import SpiderMiddlewareManager
logger = logging.getLogger(__name__)