From 3f81bada2d7f03635d3a53c017647ae5987bdabb Mon Sep 17 00:00:00 2001 From: Stuart Prescott <stuart@debian.org> Date: Sun, 30 Dec 2018 16:02:14 +1100 Subject: [PATCH] Remove unnecessary 'pass' lines --- lib/debian/arfile.py | 1 - lib/debian/deb822.py | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/debian/arfile.py b/lib/debian/arfile.py index a5bda490..860c7e0e 100644 --- a/lib/debian/arfile.py +++ b/lib/debian/arfile.py @@ -48,7 +48,6 @@ FILE_MAGIC = b"`\n" class ArError(Exception): """ Common base for all exceptions raised within the arfile module """ - pass class ArFile(object): diff --git a/lib/debian/deb822.py b/lib/debian/deb822.py index 9857f377..1e5b29bf 100644 --- a/lib/debian/deb822.py +++ b/lib/debian/deb822.py @@ -1108,7 +1108,6 @@ class GpgInfo(dict): # XXX handle utf-8 %-encoding def uid(self): """Return the primary ID of the signee key, None is not available""" - pass @classmethod def from_output(cls, out, err=None): -- GitLab