Skip to content

Commit

Permalink
Cleanup: Remove redundant comment and stray line
Browse files Browse the repository at this point in the history
  • Loading branch information
offlinemark committed Mar 12, 2024
1 parent 4367c95 commit 57e8857
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dawtool/daw/ableton.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,8 @@ def _parse_automation(self, contents):
"""
Needs to be called after _parse_tempo
"""

events = None

# Ableton 8, 9 store tempo auto differently
if self.version.minorA < 10:
events = self._parse_events_from_arranger_automation(contents)
else:
Expand Down

0 comments on commit 57e8857

Please sign in to comment.