PEP8 cleanups
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -83,7 +83,7 @@ class Archive(object):
|
||||
"""
|
||||
Return a file-like object to a member of the archive
|
||||
"""
|
||||
raise NotImplemented
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class TarArchive(Archive):
|
||||
|
||||
Reference in New Issue
Block a user