pep8: Fix E303 too many blank lines
This commit is contained in:
parent
4f897a8675
commit
f4c17cdc9d
42 changed files with 0 additions and 59 deletions
|
|
@ -48,7 +48,6 @@ def method(klass):
|
|||
return inner
|
||||
|
||||
|
||||
|
||||
class AbstractElement(object):
|
||||
_creation_counter = 0
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
|
||||
|
||||
import stat
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -422,7 +422,6 @@ class StandardBrowser(mechanize.Browser):
|
|||
return self.form.__setitem__(key, value)
|
||||
|
||||
|
||||
|
||||
class Browser(StandardBrowser):
|
||||
"""
|
||||
Base browser class to navigate on a website.
|
||||
|
|
|
|||
|
|
@ -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, \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
|
||||
|
||||
from weboob.capabilities.paste import CapPaste
|
||||
import binascii
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue