Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Dec 1, 2023
1 parent 5847d39 commit ee3d7c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/fontTools/varLib/interpolatableHelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

log = logging.getLogger("fontTools.varLib.interpolatable")


def rot_list(l, k):
"""Rotate list by k items forward. Ie. item at position 0 will be
at position k in returned list. Negative k is allowed."""
Expand Down Expand Up @@ -380,5 +381,3 @@ def lerp_recordings(recording1, recording2, factor=0.5):
]
value.append((op1, mid_args))
return pen


0 comments on commit ee3d7c8

Please sign in to comment.