Skip to content

Commit

Permalink
Update engine.py
Browse files Browse the repository at this point in the history
Broke line for linting
  • Loading branch information
iluvcapra committed May 11, 2024
1 parent 653463c commit 9944e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ptsl/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,8 @@ def select_tracks_by_name(self, names: List[str],
op = ops.SelectTracksByName(track_names=names, selection_mode=mode)
self.client.run(op)

def get_timeline_selection(self, format: pt.TrackOffsetOptions = pt.TrackOffsetOptions.TimeCode) -> Tuple[str, str]:
def get_timeline_selection(self, format: pt.TrackOffsetOptions =
pt.TrackOffsetOptions.TimeCode) -> Tuple[str, str]:
"""
Returns data about the current timeline selection.
:returns: a Tuple of the In and Out time.
Expand Down

0 comments on commit 9944e35

Please sign in to comment.