Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Mollard committed Apr 4, 2024
1 parent 95be79f commit 0dc11ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jwcrypto/jwe.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def add_recipient(self, key, header=None):
else:
self.objects['recipients'] = [rec]


def serialize(self, compact=False):
"""Serializes the object into a JWE token.
Expand Down

0 comments on commit 0dc11ef

Please sign in to comment.