Skip to content

Commit c56e047

Browse files
linting on Duration class documentation string
1 parent 187afb5 commit c56e047

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/compas_fab/robots/time_.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88

99

1010
class Duration(object):
11-
"""Duration consists of two values: seconds (float) and nanoseconds (int).
12-
11+
"""Duration consists of two values: seconds (float) and nanoseconds (int).
1312
The total number of seconds is the sum of these values.
14-
The decimal portion of the secs variable is converted to an integer and added to nsecs.
13+
The decimal portion of the secs variable is converted to an integer and added to nsecs.
1514
1615
Attributes
1716
----------

0 commit comments

Comments
 (0)