Skip to content
Snippets Groups Projects
Commit 3f81bada authored by Stuart Prescott's avatar Stuart Prescott
Browse files

Remove unnecessary 'pass' lines

parent ec077046
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment