pep8: Fix E303 too many blank lines

This commit is contained in:
Laurent Bachelier 2014-10-11 02:15:28 +02:00
commit f4c17cdc9d
42 changed files with 0 additions and 59 deletions

View file

@ -18,7 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from PyQt4.QtGui import QDialog, QTreeWidgetItem, QLabel, QFormLayout, \
QMessageBox, QPixmap, QImage, QIcon, QHeaderView, \
QListWidgetItem, QTextDocument, QVBoxLayout, \

View file

@ -18,7 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
import re
from weboob.capabilities.gallery import CapGallery, BaseGallery, BaseImage

View file

@ -18,8 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.capabilities.paste import CapPaste
import binascii

View file

@ -18,8 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from ConfigParser import RawConfigParser, DEFAULTSECT
from decimal import Decimal
import logging

View file

@ -135,7 +135,6 @@ class Value(object):
return isinstance(v, basestring) and v.startswith(u'`') and v.endswith(u'`')
class ValueBackendPassword(Value):
_domain = None
_callbacks = {}