isort the repo
This commit is contained in:
parent
429bc2a7c6
commit
4122a7ccf8
33 changed files with 36 additions and 32 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue