Skip to content

Commit

Permalink
Git git merge issue in pangocffi/context.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leifgehrmann authored Jun 15, 2024
1 parent 6f5d51c commit e291661
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pangocffi/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ def load_font(self, font_description: FontDescription) -> Font:
the Pango font description.
"""
return Font.from_pointer(

Check warning on line 88 in pangocffi/context.py

View check run for this annotation

Codecov / codecov/patch

pangocffi/context.py#L88

Added line #L88 was not covered by tests
<<<<<<< HEAD
pango.pango_context_load_font(self._pointer,
font_description._pointer)
=======
pango.pango_context_load_font(self._pointer, font_description._pointer)
>>>>>>> f15b3c59d7c35b35dd67899c86be84a568727b6c
)

0 comments on commit e291661

Please sign in to comment.