We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aabb85 commit 4d45211Copy full SHA for 4d45211
1 file changed
plivo/utils/jwt.py
@@ -87,5 +87,4 @@ def to_jwt(self):
87
'exp': self.valid_from + self.lifetime,
88
'grants': self.grants
89
}
90
-
91
return jwt.encode(claims, self.key, algorithm, headers).decode('utf-8')
0 commit comments