Skip to content

Commit 108e9ca

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a79a28e commit 108e9ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/dual_number_automatic_differentiation.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def __repr__(self):
2020
return (
2121
f"{self.real}+"
2222
f"{'+'.join('{dual}E{n}'.format(dual, n) for n, dual in enumerate(self.duals, 1))}"
23-
2423
)
2524

2625
def reduce(self):

0 commit comments

Comments
 (0)