1 parent 14ccd7f commit abca189Copy full SHA for abca189
1 file changed
src/atproto_oauth_authn/did.py
@@ -65,9 +65,7 @@ def retrieve_did_document(did: str) -> Dict[str, Any]:
65
logger.error(error_msg)
66
raise DidDocumentError(error_msg) from e
67
except json.JSONDecodeError as e:
68
- error_msg = (
69
- "Failed to parse JSON response from DID document retrieval"
70
- )
+ error_msg = "Failed to parse JSON response from DID document retrieval"
71
72
73
0 commit comments