Remove Python 2 encoding header from files (#4553)

This commit is contained in:
Antonio Gordillo Toledo 2020-05-08 06:45:19 -07:00 committed by GitHub
parent 77492cd945
commit cf09af787e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 0 additions and 30 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Scrapy documentation build configuration file, created by
# sphinx-quickstart on Mon Nov 24 12:02:52 2008.
#

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import re
import logging

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import traceback
import warnings
from collections import defaultdict

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# Define here the models for your spider middleware
#
# See documentation in:

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# Define your item pipelines here
#
# Don't forget to add your pipeline to the ITEM_PIPELINES setting

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# Scrapy settings for $project_name project
#
# For simplicity, this file contains only settings considered important or

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import scrapy

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import scrapy
from scrapy.linkextractors import LinkExtractor
from scrapy.spiders import CrawlSpider, Rule

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from scrapy.spiders import CSVFeedSpider

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from scrapy.spiders import XMLFeedSpider

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import logging
import sys
import warnings

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import OpenSSL
import OpenSSL._util as pyOpenSSLutil

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from scrapy.downloadermiddlewares.redirect import RedirectMiddleware, MetaRefreshMiddleware

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from unittest import mock
from twisted.internet import reactor, error

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from w3lib.encoding import resolve_encoding

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
import shutil

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from scrapy.responsetypes import responsetypes

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import inspect
import unittest
from unittest import mock

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
from twisted.trial import unittest

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import sys
import logging
import unittest

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from scrapy.spiders import Spider