PEP8 cleanups

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-13 01:51:23 -04:00
parent f3413b4283
commit f6089e689e
8 changed files with 30 additions and 45 deletions

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):