Skip to content

Commit 4d45211

Browse files
remove space
1 parent 1aabb85 commit 4d45211

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plivo/utils/jwt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,4 @@ def to_jwt(self):
8787
'exp': self.valid_from + self.lifetime,
8888
'grants': self.grants
8989
}
90-
9190
return jwt.encode(claims, self.key, algorithm, headers).decode('utf-8')

0 commit comments

Comments
 (0)