Skip to content

Commit 95265d0

Browse files
committed
typo
1 parent af98212 commit 95265d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/wrench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def __eq__(self, other, tol=1e-05):
286286
return True
287287

288288
def __ne__(self, other, tol=1e-05):
289-
return not self.__eq__(other, tol))
289+
return not self.__eq__(other, tol)
290290

291291
# ==========================================================================
292292
# transformations

0 commit comments

Comments
 (0)