Skip to content

Commit e785ed8

Browse files
committed
misc: I don't agree with flake8 here
1 parent bcc65bf commit e785ed8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devito/finite_differences/derivative.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,9 +705,9 @@ def _eval_expand_product_rule(self, **hints):
705705
return args[1]*self.func(args[0]) + \
706706
2*self.func(
707707
args[0], deriv_order=1
708-
)*self.func(
708+
)*self.func(
709709
args[1], deriv_order=1
710-
) + \
710+
) + \
711711
args[0]*self.func(args[1])
712712
else:
713713
# Note: It _is_ possible to implement the product rule for many

0 commit comments

Comments
 (0)