Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Jan 3, 2024
1 parent 4437ee4 commit a5f5f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music21/tree/verticality.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def conditionalAdd(ts, n: note.Note) -> None:
continue
el = timeSpan.element
if isinstance(el, chord.ChordBase):
firstNoteElement: note.Note|None = None
firstNoteElement: note.Note | None = None
for subEl in el:
if isinstance(subEl, note.Note):
firstNoteElement = subEl
Expand Down

0 comments on commit a5f5f2d

Please sign in to comment.