Commit 27cac517 authored by Jérome Perrin's avatar Jérome Perrin

add missing "self" in method signature

parent 13473636
...@@ -325,7 +325,7 @@ class RuleMixin(Predicate): ...@@ -325,7 +325,7 @@ class RuleMixin(Predicate):
""" """
raise NotImplementedError raise NotImplementedError
def _isProfitAndLossMovement(movement): # applied_rule XXX-JPS add this ? def _isProfitAndLossMovement(self, movement): # applied_rule XXX-JPS add this ?
""" """
Returns True if movement is a profit and loss movement. Returns True if movement is a profit and loss movement.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment