From 1ef183765f30c89e169e8e76dd371b422ab85d6d Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Wed, 30 May 2018 17:09:56 -0700 Subject: [PATCH] fix flake8 warning (#99) --- ament_copyright/ament_copyright/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ament_copyright/ament_copyright/parser.py b/ament_copyright/ament_copyright/parser.py index 291f94e7..7b994bfd 100644 --- a/ament_copyright/ament_copyright/parser.py +++ b/ament_copyright/ament_copyright/parser.py @@ -53,7 +53,7 @@ def read(self): self.content = h.read() def parse(self): - raise NotImplemented() + raise NotImplementedError() def identify_license(self, content, license_part): if content is None: