Skip to content

Commit

Permalink
[tests][xs]: make pylama happy
Browse files Browse the repository at this point in the history
  • Loading branch information
zelima committed Sep 5, 2018
1 parent 3464a1f commit cfad534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planner/nodes/base_processing_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def __init__(self,
self.outputs = outputs

def get_artifacts(self):
raise NotImplemented()
raise NotImplemented() # noqa

0 comments on commit cfad534

Please sign in to comment.