Skip to content

Commit

Permalink
Merge branch 'v1' of github.com:robotools/fontParts into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
benkiel committed Nov 2, 2024
2 parents b602fc0 + 1f81b63 commit 3d128b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Lib/fontParts/base/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,9 @@ def _get_color(self) -> QuadrupleCollectionType[IntFloatType]: # type: ignore[r
"""
self.raiseNotImplementedError()

def _set_color(self, value: QuadrupleCollectionType[IntFloatType], **kwargs: Any) -> None:
def _set_color(
self, value: QuadrupleCollectionType[IntFloatType], **kwargs: Any
) -> None:
r"""Get or set the color of the layer.
This is the environment implementation of
Expand Down

0 comments on commit 3d128b6

Please sign in to comment.