mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 19:38:40 -04:00
Fix typo in module imports and package dependencies
This commit is contained in:
parent
01fc3943f1
commit
cf8c04948f
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ from signedjson.key import (
|
|||
decode_signing_key_base64, decode_verify_key_bytes,
|
||||
read_signing_keys, write_signing_keys, NACL_ED25519
|
||||
)
|
||||
from unpadded_base64 import decode_base64
|
||||
from unpaddedbase64 import decode_base64
|
||||
|
||||
import os
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue