Skip to content

Commit 52a06f1

Browse files
committed
pep8
1 parent d6773e7 commit 52a06f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/timeline/rocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Timeline(BaseTimeline):
1616
Effects are drawn in the user-defined order.
1717
1818
We might want to eventually convert this timeline data into a more managable format
19-
internally in the timeline because rocket tracks are not ideal for
19+
internally because rocket tracks are not ideal for this in larger projects.
2020
"""
2121
def __init__(self, project, *args, **kwargs):
2222
super().__init__(project)

0 commit comments

Comments
 (0)