Skip to content

Commit

Permalink
Format fixes by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
knutnergaard authored and github-actions[bot] committed Feb 26, 2025
1 parent c41a8d6 commit dfc99d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/fontParts/base/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def _get_data(self) -> bytes:
This is the environment implementation of the :attr:`BaseImage.data`
property getter.
:return: A :class:`bytes` object representing the data of the image.
:return: A :class:`bytes` object representing the data of the image.
:raises NotImplementedError: If the method has not been overridden by a
subclass.
Expand Down

0 comments on commit dfc99d4

Please sign in to comment.