Skip to content

Commit

Permalink
MAINT: Remove redundant super()
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Jul 2, 2024
1 parent 4f43e7c commit 0ac1f05
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 0ac1f05

Please sign in to comment.