[diffoscope] 01/10: fix pep8 E303
Mattia Rizzolo
mattia at debian.org
Sat Sep 9 22:39:51 CEST 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit f69eedb9bf7efb5acf09ac2e1f72d1f0ba5f8308
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sat Sep 9 22:06:10 2017 +0200
fix pep8 E303
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
diffoscope/comparators/deb.py | 1 -
diffoscope/comparators/utils/libarchive.py | 1 -
diffoscope/presenters/html/html.py | 1 -
tests/comparators/test_rlib.py | 1 -
4 files changed, 4 deletions(-)
diff --git a/diffoscope/comparators/deb.py b/diffoscope/comparators/deb.py
index 31029c7..4589f8c 100644
--- a/diffoscope/comparators/deb.py
+++ b/diffoscope/comparators/deb.py
@@ -144,7 +144,6 @@ class Md5sumsFile(File):
self.path, other.path, source="line order")]
-
class DebTarContainer(TarContainer):
def comparisons(self, other):
if self.source:
diff --git a/diffoscope/comparators/utils/libarchive.py b/diffoscope/comparators/utils/libarchive.py
index f427ede..db953a5 100644
--- a/diffoscope/comparators/utils/libarchive.py
+++ b/diffoscope/comparators/utils/libarchive.py
@@ -107,7 +107,6 @@ class LibarchiveMember(ArchiveMember):
return False
-
class LibarchiveDirectory(Directory, LibarchiveMember):
def __init__(self, archive, entry):
LibarchiveMember.__init__(self, archive, entry)
diff --git a/diffoscope/presenters/html/html.py b/diffoscope/presenters/html/html.py
index 4903b6b..0971ed6 100644
--- a/diffoscope/presenters/html/html.py
+++ b/diffoscope/presenters/html/html.py
@@ -703,7 +703,6 @@ class HTMLPresenter(Presenter):
ctx = HTMLPrintContext(directory, False, jquery_url, css_url, "common.css", "icon.png")
self.output_difference(ctx, difference)
-
def output_html(self, target, difference, css_url=None, jquery_url=None):
"""
Default presenter, all in one HTML file
diff --git a/tests/comparators/test_rlib.py b/tests/comparators/test_rlib.py
index 3892bf3..98d35a7 100644
--- a/tests/comparators/test_rlib.py
+++ b/tests/comparators/test_rlib.py
@@ -30,7 +30,6 @@ from ..utils.tools import skip_unless_tools_exist, skip_unless_tool_is_at_least,
from ..utils.nonexisting import assert_non_existing
-
rlib1 = load_fixture('test1.rlib')
rlib2 = load_fixture('test2.rlib')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list