isort the repo

This commit is contained in:
Franzi 2023-02-05 17:30:58 +01:00
parent 429bc2a7c6
commit 4122a7ccf8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
33 changed files with 36 additions and 32 deletions

View file

@ -1,8 +1,11 @@
import base64
from nacl.public import PrivateKey
from nacl.encoding import Base64Encoder
from nacl.public import PrivateKey
from bundlewrap.utils import Fault
def gen_privkey(repo, identifier):
return repo.vault.random_bytes_as_base64_for(identifier)