Skip to content

Commit

Permalink
fix flake8 warning (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed May 31, 2018
1 parent 5678703 commit 1ef1837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_copyright/ament_copyright/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ef1837

Please sign in to comment.