We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e93f8 commit c271e19Copy full SHA for c271e19
1 file changed
src/cryptojwt/jwk.py
@@ -730,7 +730,6 @@ def load_key(self, key):
730
731
self._serialize(key)
732
self.key = key
733
- self._split()
734
return self
735
736
def load(self, filename):
0 commit comments