Skip to content

Commit

Permalink
Brevity on line 939
Browse files Browse the repository at this point in the history
Had already imported all of these symbols, don't need the long names
  • Loading branch information
iluvcapra committed May 11, 2024
1 parent ae58f69 commit 6e62b55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ptsl/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,7 @@ 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
def get_timeline_selection(self, format: TrackOffsetOptions = TimeCode
) -> Tuple[str, str]:
"""
Returns data about the current timeline selection.
Expand Down

0 comments on commit 6e62b55

Please sign in to comment.