Skip to content

Commit

Permalink
MAINT: Remove redundant super() (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Jul 2, 2024
1 parent e85cffa commit de07cbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pypdf/annotations/_markup_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def __init__(
**kwargs: Any,
):
super().__init__(**kwargs)
super()
self[NameObject("/Subtype")] = NameObject("/Text")
self[NameObject("/Rect")] = RectangleObject(rect)
self[NameObject("/Contents")] = TextStringObject(text)
Expand Down

0 comments on commit de07cbc

Please sign in to comment.