Skip to content

Commit a300970

Browse files
committed
autopep8
1 parent 6a8832a commit a300970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/constraints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def from_mesh(cls, mesh):
9191
return cls(cls.MESH, mesh)
9292

9393
def scale(self, scale_factor):
94-
S = Scale([1./scale_factor] * 3)
94+
S = Scale([1. / scale_factor] * 3)
9595
self.transform(S)
9696

9797
def transform(self, transformation):

0 commit comments

Comments
 (0)