PEP8: Code cleanups

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-11-27 04:19:35 -04:00
parent 3394f97b25
commit 03d51fe8e1
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -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):