Skip to content

Commit

Permalink
last? lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Apr 20, 2022
1 parent 5e4ff2d commit 633f7e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion music21/duration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3823,7 +3823,9 @@ def testExceptions(self):

# -------------------------------------------------------------------------------
# define presented order in documentation
_DOC_ORDER: List[Union[Type, Callable]] = [Duration, Tuplet, convertQuarterLengthToType, TupletFixer]
_DOC_ORDER: List[Union[Type, Callable]] = [
Duration, Tuplet, GraceDuration, convertQuarterLengthToType, TupletFixer,
]


if __name__ == '__main__':
Expand Down

0 comments on commit 633f7e3

Please sign in to comment.